core / com.schibsted.account.util / DeepLink / ValidateAccount

ValidateAccount

open class ValidateAccount : DeepLink

Constructors

<init>

ValidateAccount(code: String, isPersistable: Boolean, scopes: Array<String>)

Properties

code

val code: String

isPersistable

val isPersistable: Boolean

scopes

val scopes: Array<String>

Companion Object Functions

createDeepLinkUri

fun createDeepLinkUri(redirectUri: URI, isPersistable: Boolean, scopes: Array<String> = arrayOf(OIDCScope.SCOPE_OPENID)): URI

Code gets injected by the server

invoke

operator fun invoke(uri: URI): DeepLink.ValidateAccount?

Inheritors

WebFlowLogin

class WebFlowLogin : DeepLink.ValidateAccount