Generated API snapshot
@askrjs/auth/jwt
Exports from the declarations published in @askrjs/auth 0.0.3. Signatures are generated from the installed artifact.
@askrjs/auth/jwt0.0.3
Exports
This entrypoint publishes 14 exports. Use the anchored symbol rows for direct links. Type-only exports are labeled separately from runtime values.
AskrJsonWebKeytype
AskrJsonWebKey: anycreateJwtIssuertype
createJwtIssuer: (options: JwtIssuerOptions) => JwtIssuercreateJwtValidatortype
createJwtValidator: (options: JwtValidatorOptions) => JwtValidatorJsonWebKeySettype
JsonWebKeySet: anyJwksProvidertype
JwksProvider: anyJwtIssueInputtype
JwtIssueInput: anyJwtIssuertype
JwtIssuer: anyJwtIssuerOptionstype
JwtIssuerOptions: anyJwtValidationErrortype
JwtValidationError: typeof JwtValidationErrorJwtValidationErrorCodetype
JwtValidationErrorCode: anyJwtValidatortype
JwtValidator: anyJwtValidatorOptionstype
JwtValidatorOptions: anyOidcIdTokenOptionstype
OidcIdTokenOptions: anyvalidateOidcIdTokentype
validateOidcIdToken: (token: string, options: OidcIdTokenOptions) => Promise<Principal>