...

Text file src/github.com/aws/aws-sdk-go-v2/credentials/ssocreds/testdata/valid_token.json

Documentation: github.com/aws/aws-sdk-go-v2/credentials/ssocreds/testdata

     1{
     2    "accessToken": "dGhpcyBpcyBub3QgYSByZWFsIHZhbHVl",
     3    "expiresAt": "2044-04-04T07:00:01Z",
     4
     5    "refreshToken": "refresh token",
     6    "clientId": "client id",
     7    "clientSecret": "client secret",
     8
     9    "unknownField": "some value",
    10    "region": "region",
    11    "registrationExpiresAt": "2044-04-04T07:00:01Z",
    12    "startURL": "start URL"
    13}

View as plain text