CreateUserPoolClient

@JsonSerializable
data class CreateUserPoolClient(val UserPoolId: UserPoolId, val ClientName: ClientName, val AllowedOAuthFlows: List<OAuthFlow>? = null, val AccessTokenValidity: Int? = null, val AllowedOAuthFlowsUserPoolClient: Boolean? = null, val AllowedOAuthScopes: List<String>? = null, val AnalyticsConfiguration: AnalyticsConfiguration? = null, val CallbackURLs: List<Uri>? = null, val DefaultRedirectURI: Uri? = null, val ExplicitAuthFlows: List<ExplicitAuthFlow>? = null, val GenerateSecret: Boolean? = null, val IdTokenValidity: Int? = null, val LogoutURLs: List<Uri>? = null, val PreventUserExistenceErrors: String? = null, val ReadAttributes: List<String>? = null, val RefreshTokenValidity: Int? = null, val SupportedIdentityProviders: List<String>? = null, val TokenValidityUnits: TokenValidityUnits? = null, val WriteAttributes: List<String>? = null) : CognitoAction<CreatedUserPoolClient>

Constructors

Link copied to clipboard
constructor(UserPoolId: UserPoolId, ClientName: ClientName, AllowedOAuthFlows: List<OAuthFlow>? = null, AccessTokenValidity: Int? = null, AllowedOAuthFlowsUserPoolClient: Boolean? = null, AllowedOAuthScopes: List<String>? = null, AnalyticsConfiguration: AnalyticsConfiguration? = null, CallbackURLs: List<Uri>? = null, DefaultRedirectURI: Uri? = null, ExplicitAuthFlows: List<ExplicitAuthFlow>? = null, GenerateSecret: Boolean? = null, IdTokenValidity: Int? = null, LogoutURLs: List<Uri>? = null, PreventUserExistenceErrors: String? = null, ReadAttributes: List<String>? = null, RefreshTokenValidity: Int? = null, SupportedIdentityProviders: List<String>? = null, TokenValidityUnits: TokenValidityUnits? = null, WriteAttributes: List<String>? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val CallbackURLs: List<Uri>? = null
Link copied to clipboard
Link copied to clipboard
val DefaultRedirectURI: Uri? = null
Link copied to clipboard
Link copied to clipboard
val GenerateSecret: Boolean? = null
Link copied to clipboard
val IdTokenValidity: Int? = null
Link copied to clipboard
val LogoutURLs: List<Uri>? = null
Link copied to clipboard
Link copied to clipboard
val ReadAttributes: List<String>? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toRequest(): Request
Link copied to clipboard
open override fun toResult(response: Response): Result<CreatedUserPoolClient, RemoteFailure>
Link copied to clipboard
open fun uri(): Uri