Package cloud.pace.sdk.idkit.model

Types

BiometricAuthenticationNotSet
Link copied to clipboard
object BiometricAuthenticationNotSet : Exception
BiometricAuthenticationNotSupported
Link copied to clipboard
object BiometricAuthenticationNotSupported : Exception
CustomOIDConfiguration
Link copied to clipboard
data class CustomOIDConfiguration @JvmOverloads constructor(clientId: String, redirectUri: String, authorizationEndpoint: String?, endSessionEndpoint: String?, tokenEndpoint: String?, userInfoEndpoint: String?, clientSecret: String?, scopes: List<String>?, responseType: String, additionalParameters: Map<String, String>?, integrated: Boolean)
FailedRetrievingSessionWhileAuthorizing
Link copied to clipboard
object FailedRetrievingSessionWhileAuthorizing : Exception
FailedRetrievingSessionWhileEnding
Link copied to clipboard
object FailedRetrievingSessionWhileEnding : Exception
InternalError
Link copied to clipboard
object InternalError : Exception
InvalidSession
Link copied to clipboard
object InvalidSession : Exception
OIDConfiguration
Link copied to clipboard
data class OIDConfiguration @JvmOverloads constructor(authorizationEndpoint: String, endSessionEndpoint: String, tokenEndpoint: String, userInfoEndpoint: String?, clientId: String, clientSecret: String?, scopes: List<String>?, redirectUri: String, responseType: String, additionalParameters: Map<String, String>?, integrated: Boolean)
OperationCanceled
Link copied to clipboard
object OperationCanceled : Exception
PINNotSecure
Link copied to clipboard
object PINNotSecure : Exception
ServiceConfiguration
Link copied to clipboard
data class ServiceConfiguration(authorizationEndpoint: Uri, tokenEndpoint: Uri, endSessionEndpoint: Uri?, registrationEndpoint: Uri?)
UserEndpointNotDefined
Link copied to clipboard
object UserEndpointNotDefined : Exception