9e1922f1ed
Signed-off-by: Matt Moyer <moyerm@vmware.com>
25 lines
641 B
YAML
25 lines
641 B
YAML
apiVersion: config.supervisor.pinniped.dev/v1alpha1
|
|
kind: SessionCache
|
|
sessions:
|
|
- creationTimestamp: "2020-10-20T18:42:07Z"
|
|
key:
|
|
clientID: test-client-id
|
|
issuer: test-issuer
|
|
redirect_uri: http://localhost:0/callback
|
|
scopes:
|
|
- email
|
|
- offline_access
|
|
- openid
|
|
- profile
|
|
lastUsedTimestamp: "2020-10-20T18:45:31Z"
|
|
tokens:
|
|
access:
|
|
expiryTimestamp: "2020-10-20T19:46:30Z"
|
|
token: test-access-token
|
|
type: Bearer
|
|
id:
|
|
expiryTimestamp: "2020-10-20T19:42:07Z"
|
|
token: test-id-token
|
|
refresh:
|
|
token: test-refresh-token
|