Kind: Type
Source: src/utils/jwt/jwt.ts
Part of: Utils
Definition
ts{ iss?: string | RegExp nbf?: boolean exp?: boolean iat?: boolean aud?: string | string[] | RegExp }
Kind: Type
Source: src/utils/jwt/jwt.ts
Part of: Utils
ts{ iss?: string | RegExp nbf?: boolean exp?: boolean iat?: boolean aud?: string | string[] | RegExp }
Was this page helpful?