The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Paws::SSOOidc::CreateTokenResponse

ATTRIBUTES

AccessToken => Str

An opaque token to access AWS SSO resources assigned to a user.

ExpiresIn => Int

Indicates the time in seconds when an access token will expire.

IdToken => Str

The identifier of the user that associated with the access token, if present.

RefreshToken => Str

A token that, if present, can be used to refresh a previously issued access token that might have expired.

TokenType => Str

Used to notify the client that the returned token is an access token. The supported type is BearerToken.

_request_id => Str