IdPResult

open class IdPResult

SignIn Result from the IdPHandler

Constructors

Link copied to clipboard
constructor(token: String, additionalParameters: Map<String, String>)
Constructor to create IdPResult with Token and additional parameters
constructor(token: String)
Constructor to create IdPResult with Token and additional parameters

Properties

Link copied to clipboard
Link copied to clipboard
private val token: String