mirror of
https://github.com/logto-io/logto.git
synced 2025-03-31 22:51:25 -05:00
feat(schemas): add LogtoJwtTokenKeyType
This commit is contained in:
parent
92a04f08bd
commit
be518dc76d
1 changed files with 8 additions and 0 deletions
|
@ -51,6 +51,14 @@ 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