open class ValidateAccount : DeepLink
ValidateAccount(code: String, isPersistable: Boolean, scopes: Array<String>) | 
val code: String | 
|
val isPersistable: Boolean | 
|
val scopes: Array<String> | 
fun createDeepLinkUri(redirectUri: URI, isPersistable: Boolean, scopes: Array<String> = arrayOf(OIDCScope.SCOPE_OPENID)): URI
Code gets injected by the server  | 
|
operator fun invoke(uri: URI): DeepLink.ValidateAccount? | 
class WebFlowLogin : DeepLink.ValidateAccount |