@monocloud/auth-core 0.1.5 → 0.1.6

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 SecurityAlgorithms, C as Prompt, D as RefreshSessionOptions, E as RefreshGrantOptions, M as UserinfoResponse, O as ResponseModes, S as ParResponse, T as RefetchUserInfoOptions, _ as JwsHeaderParameters, a as Authenticators, b as MonoCloudUser, c as ClientAuthMethod, d as EndSessionParameters, f as Group, g as Jwks, h as Jwk, i as AuthenticateOptions, j as Tokens, k as ResponseTypes, l as CodeChallengeMethod, m as IssuerMetadata, n as Address, o as AuthorizationParams, p as IdTokenClaims, r as AuthState, s as CallbackParams, t as AccessToken, u as DisplayOptions, v as MonoCloudClientOptions, w as PushedAuthorizationParams, x as OnSessionCreating, y as MonoCloudSession } from "./types-hokU85Zr.mjs";
1
+ import { A as SecurityAlgorithms, C as Prompt, D as RefreshSessionOptions, E as RefreshGrantOptions, M as UserinfoResponse, O as ResponseModes, S as ParResponse, T as RefetchUserInfoOptions, _ as JwsHeaderParameters, a as Authenticators, b as MonoCloudUser, c as ClientAuthMethod, d as EndSessionParameters, f as Group, g as Jwks, h as Jwk, i as AuthenticateOptions, j as Tokens, k as ResponseTypes, l as CodeChallengeMethod, m as IssuerMetadata, n as Address, o as AuthorizationParams, p as IdTokenClaims, r as AuthState, s as CallbackParams, t as AccessToken, u as DisplayOptions, v as MonoCloudClientOptions, w as PushedAuthorizationParams, x as OnSessionCreating, y as MonoCloudSession } from "./types-Dox1pap7.mjs";
2
2
 
3
3
  //#region src/errors/monocloud-auth-base-error.d.ts
4
4
  /**
@@ -10,7 +10,7 @@
10
10
  */
11
11
  type ResponseTypes =
12
12
  /**
13
- * Authorization Code Flow (recommended). Returns an authorization code that is exchanged for tokens server-side.
13
+ * Authorization Code Flow (recommended). Returns an authorization code that is exchanged for tokens on the server-side.
14
14
  */
15
15
  'code'
16
16
  /**
@@ -512,7 +512,7 @@ type Group =
512
512
  * Structured group representation.
513
513
  */
514
514
  {
515
- id: string;
515
+ /** Group identifier. */id: string; /** Group name. */
516
516
  name: string;
517
517
  }
518
518
  /**
@@ -1240,4 +1240,4 @@ idToken?: Partial<IdTokenClaims>,
1240
1240
  userInfo?: UserinfoResponse) => Promise<void> | void;
1241
1241
  //#endregion
1242
1242
  export { SecurityAlgorithms as A, Prompt as C, RefreshSessionOptions as D, RefreshGrantOptions as E, UserinfoResponse as M, ResponseModes as O, ParResponse as S, RefetchUserInfoOptions as T, JwsHeaderParameters as _, Authenticators as a, MonoCloudUser as b, ClientAuthMethod as c, EndSessionParameters as d, Group as f, Jwks as g, Jwk as h, AuthenticateOptions as i, Tokens as j, ResponseTypes as k, CodeChallengeMethod as l, IssuerMetadata as m, Address as n, AuthorizationParams as o, IdTokenClaims as p, AuthState as r, CallbackParams as s, AccessToken as t, DisplayOptions as u, MonoCloudClientOptions as v, PushedAuthorizationParams as w, OnSessionCreating as x, MonoCloudSession as y };
1243
- //# sourceMappingURL=types-hokU85Zr.d.mts.map
1243
+ //# sourceMappingURL=types-Dox1pap7.d.mts.map
@@ -1,4 +1,4 @@
1
- import { b as MonoCloudUser, p as IdTokenClaims, r as AuthState, s as CallbackParams, y as MonoCloudSession } from "../types-hokU85Zr.mjs";
1
+ import { b as MonoCloudUser, p as IdTokenClaims, r as AuthState, s as CallbackParams, y as MonoCloudSession } from "../types-Dox1pap7.mjs";
2
2
 
3
3
  //#region src/utils/index.d.ts
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { _ as JwsHeaderParameters, h as Jwk, t as AccessToken } from "../types-hokU85Zr.mjs";
1
+ import { _ as JwsHeaderParameters, h as Jwk, t as AccessToken } from "../types-Dox1pap7.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.5",
3
+ "version": "0.1.6",
4
4
  "description": "MonoCloud Authentication JavaScript Core SDK",
5
5
  "keywords": [
6
6
  "monocloud",