...

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

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

     1{
     2  "accessToken": "expired access token",
     3  "expiresAt": "2021-12-21T12:21:00Z",
     4  "clientId": "client id",
     5  "clientSecret": "client secret",
     6  "refreshToken": "refresh token",
     7  "unknownField": "some value"
     8}

View as plain text