API endpoints for managing Hosted Login token policies. Token policies are primarily used to specify token lifetimes.
Endpoint | Methods |
---|---|
List Your Token Policies/{customerId}/config/tokenPoliciesReturns information about the token policies associated with a customer. |
|
View a Token Policy/{customerId}/config/tokenPolicies{tokenPolicyId}Returns information for a specific token policy. |
|
Modify a Token Policy/{customerId}/config/tokenPolicies{tokenPolicyId}Modifies the specified token policy. |
|
Create a Token Policy/{customerId}/config/tokenPoliciesCreates a new token policy. |
|
Delete a Token Polixy/{customerId}/config/tokenPolicies/{tokenPolicyId}Deletes the specified token policy. |
|
Manage Allowed Grant Types/{customerId}/config/tokenPolicies/{tokenPolicyId}/allowedGrantTypesSpecifies the authorization grant types associated with a token policy. |
|
Manage Allowed Resource Indicators/tokenPolicies/{tokenPolicyId}/allowedResourceIndicatorsManage the allowed resources associated with a token policy. |
|