AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
amplifybackend
/
aws.sdk.kotlin.services.amplifybackend.model
/
OAuthScopesElement
OAuth
Scopes
Element
sealed
class
OAuthScopesElement
Inheritors
AwsCognitoSigninUserAdmin
Email
Openid
Phone
Profile
SdkUnknown
Members
Types
Aws
Cognito
Signin
User
Admin
Link copied to clipboard
object
AwsCognitoSigninUserAdmin
:
OAuthScopesElement
Companion
Link copied to clipboard
object
Companion
Email
Link copied to clipboard
object
Email
:
OAuthScopesElement
Openid
Link copied to clipboard
object
Openid
:
OAuthScopesElement
Phone
Link copied to clipboard
object
Phone
:
OAuthScopesElement
Profile
Link copied to clipboard
object
Profile
:
OAuthScopesElement
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
OAuthScopesElement
Properties
value
Link copied to clipboard
abstract
val
value
:
String