@monocloud/auth-core 0.1.8 → 0.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -1,4 +1,4 @@
1
- import { A as PushedAuthorizationParams, B as ValidateJwtAccessTokenOptions, C as MonoCloudOidcBackendClientOptions, D as OnSessionCreating, E as MonoCloudUser, F as ResponseTypes, I as SecurityAlgorithms, L as TokenValidationOptionsBase, M as RefreshGrantOptions, N as RefreshSessionOptions, O as ParResponse, P as ResponseModes, R as Tokens, S as MonoCloudClientOptionsBase, T as MonoCloudSession, _ as IssuerMetadata, a as AuthenticateOptions, b as JwsHeaderParameters, c as CallbackParams, d as DisplayOptions, f as EndSessionParameters, g as IsUserInGroupOptions, h as IntrospectOptions, i as AuthState, j as RefetchUserInfoOptions, k as Prompt, l as ClientAuthMethod, m as IdTokenClaims, n as AccessTokenClaims, o as Authenticators, p as Group, r as Address, s as AuthorizationParams, t as AccessToken, u as CodeChallengeMethod, v as Jwk, w as MonoCloudOidcClientOptions, x as JwtClaims, y as Jwks, z as UserinfoResponse } from "./types-txr_P9Iq.mjs";
1
+ import { A as PushedAuthorizationParams, B as ValidateJwtAccessTokenOptions, C as MonoCloudOidcBackendClientOptions, D as OnSessionCreating, E as MonoCloudUser, F as ResponseTypes, I as SecurityAlgorithms, L as TokenValidationOptionsBase, M as RefreshGrantOptions, N as RefreshSessionOptions, O as ParResponse, P as ResponseModes, R as Tokens, S as MonoCloudClientOptionsBase, T as MonoCloudSession, _ as IssuerMetadata, a as AuthenticateOptions, b as JwsHeaderParameters, c as CallbackParams, d as DisplayOptions, f as EndSessionParameters, g as IsUserInGroupOptions, h as IntrospectOptions, i as AuthState, j as RefetchUserInfoOptions, k as Prompt, l as ClientAuthMethod, m as IdTokenClaims, n as AccessTokenClaims, o as Authenticators, p as Group, r as Address, s as AuthorizationParams, t as AccessToken, u as CodeChallengeMethod, v as Jwk, w as MonoCloudOidcClientOptions, x as JwtClaims, y as Jwks, z as UserinfoResponse } from "./types-BVOv1R0s.mjs";
2
2
 
3
3
  //#region src/errors/monocloud-auth-base-error.d.ts
4
4
  /**
@@ -628,10 +628,6 @@ interface JwtClaims {
628
628
  * Not-before time (Unix epoch seconds).
629
629
  */
630
630
  nbf?: number;
631
- /**
632
- * JWT ID (unique identifier for the token).
633
- */
634
- jti?: string;
635
631
  /**
636
632
  * Additional custom or provider-specific claims.
637
633
  */
@@ -690,6 +686,10 @@ interface AccessTokenClaims extends JwtClaims {
690
686
  * Client ID of the application the token was issued to.
691
687
  */
692
688
  client_id?: string;
689
+ /**
690
+ * JWT ID (unique identifier for the token).
691
+ */
692
+ jti?: string;
693
693
  }
694
694
  /**
695
695
  * OAuth 2.0 / OpenID Connect token endpoint response.
@@ -1391,4 +1391,4 @@ interface ValidateJwtAccessTokenOptions extends TokenValidationOptionsBase {
1391
1391
  interface IntrospectOptions extends TokenValidationOptionsBase {}
1392
1392
  //#endregion
1393
1393
  export { PushedAuthorizationParams as A, ValidateJwtAccessTokenOptions as B, MonoCloudOidcBackendClientOptions as C, OnSessionCreating as D, MonoCloudUser as E, ResponseTypes as F, SecurityAlgorithms as I, TokenValidationOptionsBase as L, RefreshGrantOptions as M, RefreshSessionOptions as N, ParResponse as O, ResponseModes as P, Tokens as R, MonoCloudClientOptionsBase as S, MonoCloudSession as T, IssuerMetadata as _, AuthenticateOptions as a, JwsHeaderParameters as b, CallbackParams as c, DisplayOptions as d, EndSessionParameters as f, IsUserInGroupOptions as g, IntrospectOptions as h, AuthState as i, RefetchUserInfoOptions as j, Prompt as k, ClientAuthMethod as l, IdTokenClaims as m, AccessTokenClaims as n, Authenticators as o, Group as p, Address as r, AuthorizationParams as s, AccessToken as t, CodeChallengeMethod as u, Jwk as v, MonoCloudOidcClientOptions as w, JwtClaims as x, Jwks as y, UserinfoResponse as z };
1394
- //# sourceMappingURL=types-txr_P9Iq.d.mts.map
1394
+ //# sourceMappingURL=types-BVOv1R0s.d.mts.map
@@ -1,4 +1,4 @@
1
- import { E as MonoCloudUser, T as MonoCloudSession, c as CallbackParams, i as AuthState, m as IdTokenClaims } from "../types-txr_P9Iq.mjs";
1
+ import { E as MonoCloudUser, T as MonoCloudSession, c as CallbackParams, i as AuthState, m as IdTokenClaims } from "../types-BVOv1R0s.mjs";
2
2
 
3
3
  //#region src/utils/index.d.ts
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { E as MonoCloudUser, b as JwsHeaderParameters, m as IdTokenClaims, t as AccessToken, v as Jwk } from "../types-txr_P9Iq.mjs";
1
+ import { E as MonoCloudUser, b as JwsHeaderParameters, m as IdTokenClaims, t as AccessToken, v as Jwk } from "../types-BVOv1R0s.mjs";
2
2
 
3
3
  //#region src/utils/internal.d.ts
4
4
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@monocloud/auth-core",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "MonoCloud Authentication JavaScript Core SDK",
5
5
  "keywords": [
6
6
  "monocloud",