AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
ssoadmin
/
aws.sdk.kotlin.services.ssoadmin.model
/
GrantType
Grant
Type
sealed
class
GrantType
Inheritors
AuthorizationCode
JwtBearer
RefreshToken
TokenExchange
SdkUnknown
Members
Types
Authorization
Code
Link copied to clipboard
object
AuthorizationCode
:
GrantType
Companion
Link copied to clipboard
object
Companion
Jwt
Bearer
Link copied to clipboard
object
JwtBearer
:
GrantType
Refresh
Token
Link copied to clipboard
object
RefreshToken
:
GrantType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
GrantType
Token
Exchange
Link copied to clipboard
object
TokenExchange
:
GrantType
Properties
value
Link copied to clipboard
abstract
val
value
:
String