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::StartDeviceAuthorizationResponse; use Moose; has DeviceCode => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'deviceCode'); has ExpiresIn => (is => 'ro', isa => 'Int', traits => ['NameInRequest'], request_name => 'expiresIn'); has Interval => (is => 'ro', isa => 'Int', traits => ['NameInRequest'], request_name => 'interval'); has UserCode => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'userCode'); has VerificationUri => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'verificationUri'); has VerificationUriComplete => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'verificationUriComplete'); has _request_id => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::SSOOidc::StartDeviceAuthorizationResponse =head1 ATTRIBUTES =head2 DeviceCode => Str The short-lived code that is used by the device when polling for a session token. =head2 ExpiresIn => Int Indicates the number of seconds in which the verification code will become invalid. =head2 Interval => Int Indicates the number of seconds the client must wait between attempts when polling for a session. =head2 UserCode => Str A one-time user verification code. This is needed to authorize an in-use device. =head2 VerificationUri => Str The URI of the verification page that takes the C to authorize the device. =head2 VerificationUriComplete => Str An alternate URL that the client can use to automatically launch a browser. This process skips the manual step in which the user visits the verification page and enters their code. =head2 _request_id => Str =cut