OAuth2TokenExchange

class OAuth2TokenExchange

Types

GrantType
Link copied to clipboard
enum GrantType : Enum<OAuth2TokenExchange.GrantType>
SubjectTokenType
Link copied to clipboard
enum SubjectTokenType : Enum<OAuth2TokenExchange.SubjectTokenType>

Properties

audience
Link copied to clipboard
var audience: String? = null
clientId
Link copied to clipboard
lateinit var clientId: String
clientSecret
Link copied to clipboard
lateinit var clientSecret: String
grantType
Link copied to clipboard
lateinit var grantType: OAuth2TokenExchange.GrantType
scope
Link copied to clipboard
var scope: String? = null
subjectIssuer
Link copied to clipboard
lateinit var subjectIssuer: String
subjectToken
Link copied to clipboard
lateinit var subjectToken: String
subjectTokenType
Link copied to clipboard
lateinit var subjectTokenType: OAuth2TokenExchange.SubjectTokenType