AccessTokenGenerationRequest
org.sagebionetworks.repo.model.auth.AccessTokenGenerationRequest
Request body for creating a personal access token.
| Field | Type | Description |
|---|---|---|
| scope | ARRAY<OAuthScope> | The scopes that have been granted to this token |
| userInfoClaims | MAP<STRING,OIDCClaimsRequestDetails> | The OIDC claims that can be accessed using this token. |
| name | STRING | A unique, typically human-readable name for the token |