mirror of
https://github.com/Infisical/infisical.git
synced 2025-03-28 15:29:21 +00:00
Update auth-type.ts
This commit is contained in:
@ -39,6 +39,7 @@ export enum ActorType { // would extend to AWS, Azure, ...
|
||||
SCIM_CLIENT = "scimClient"
|
||||
}
|
||||
|
||||
// This will be null unless the token-type is JWT
|
||||
export type ActorAuthMethod = AuthMethod | null;
|
||||
|
||||
export type AuthModeJwtTokenPayload = {
|
||||
|
Reference in New Issue
Block a user