PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` package Paws::SSOOidc::CreateTokenResponse; use Moose; has AccessToken => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'accessToken'); has ExpiresIn => (is => 'ro', isa => 'Int', traits => ['NameInRequest'], request_name => 'expiresIn'); has IdToken => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'idToken'); has RefreshToken => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'refreshToken'); has TokenType => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'tokenType'); has _request_id => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::SSOOidc::CreateTokenResponse =head1 ATTRIBUTES =head2 AccessToken => Str An opaque token to access AWS SSO resources assigned to a user. =head2 ExpiresIn => Int Indicates the time in seconds when an access token will expire. =head2 IdToken => Str The identifier of the user that associated with the access token, if present. =head2 RefreshToken => Str A token that, if present, can be used to refresh a previously issued access token that might have expired. =head2 TokenType => Str Used to notify the client that the returned token is an access token. The supported type is C. =head2 _request_id => Str =cut