OAuth

data class OAuth(val id: String, val parameterizedRedirectUrl: String) : AuthorizationResponse

User was authorized using Oauth2 protocol.

Constructors

Link copied to clipboard
constructor(id: String, parameterizedRedirectUrl: String)

Properties

Link copied to clipboard
open override val id: String

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

Link copied to clipboard

Complete url which the browser session was redirected to (as defined in Oauth2 authorization protocol)