mirror of
https://github.com/logto-io/logto.git
synced 2025-01-20 21:32:31 -05:00
feat(schemas): remove API path JWT token type enum to keep things simple
This commit is contained in:
parent
1fd9f8ec50
commit
ada9c4dc89
1 changed files with 0 additions and 8 deletions
|
@ -51,14 +51,6 @@ export const logtoOidcConfigGuard: Readonly<{
|
|||
[LogtoOidcConfigKey.CookieKeys]: oidcConfigKeyGuard.array(),
|
||||
});
|
||||
|
||||
/**
|
||||
* Logto JWT customizer token types, used in REST API routes.
|
||||
*/
|
||||
export enum LogtoJwtTokenKeyType {
|
||||
AccessToken = 'access-token',
|
||||
ClientCredentials = 'client-credentials',
|
||||
}
|
||||
|
||||
export enum LogtoJwtTokenKey {
|
||||
AccessToken = 'jwt.accessToken',
|
||||
ClientCredentials = 'jwt.clientCredentials',
|
||||
|
|
Loading…
Add table
Reference in a new issue