AuthorizationResponse

Describes a result of a particular way to authorize the user.

Inheritors

Types

Link copied to clipboard
data class OAuth(val id: String, val parameterizedRedirectUrl: String) : AuthorizationResponse

User was authorized using Oauth2 protocol.

Properties

Link copied to clipboard
abstract val id: String

Identifies an AuthorizationChallenge in a list returned by ProvisioningClient.getAuthorizationChallenges method that this response corresponds to.