@sudoplatform/sudo-user 12.0.2 → 12.1.0
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/cjs/index.js +6 -1
- package/cjs/index.js.map +1 -1
- package/docs/assets/search.js +1 -1
- package/docs/classes/AlreadyRegisteredError.html +2 -1
- package/docs/classes/DefaultSudoUserClient.html +2 -1
- package/docs/classes/IdentityServiceConfigNotFoundError.html +2 -1
- package/docs/classes/LocalAuthenticationProvider.html +2 -1
- package/docs/classes/TESTAuthenticationProvider.html +2 -1
- package/docs/functions/internal.getIdentityServiceConfig.html +56 -0
- package/docs/index.html +2 -1
- package/docs/interfaces/AuthenticationProvider.html +2 -1
- package/docs/interfaces/AuthenticationTokens.html +2 -1
- package/docs/interfaces/SudoUserClient.html +2 -1
- package/docs/modules/internal.html +69 -0
- package/docs/modules.html +6 -1
- package/docs/types/internal.Config.html +53 -0
- package/docs/types/internal.FederatedSignInConfig.html +52 -0
- package/docs/types/internal.IdentityServiceConfig.html +52 -0
- package/docs/variables/internal.Config-1.html +53 -0
- package/docs/variables/internal.FederatedSignInConfigCodec.html +52 -0
- package/docs/variables/internal.IdentityServiceConfigCodec.html +52 -0
- package/lib/index.js +5 -0
- package/lib/index.js.map +1 -1
- package/package.json +3 -3
- package/types/index.d.ts +1 -0
package/cjs/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.LocalAuthenticationProvider = exports.TESTAuthenticationProvider = exports.DefaultSudoUserClient = void 0;
|
|
3
|
+
exports.internal = exports.LocalAuthenticationProvider = exports.TESTAuthenticationProvider = exports.DefaultSudoUserClient = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
/* Everything exported here is considered public API and is documented by typedoc. */
|
|
6
6
|
var user_client_1 = require("./user/user-client");
|
|
@@ -10,4 +10,9 @@ var auth_provider_1 = require("./user/auth-provider");
|
|
|
10
10
|
Object.defineProperty(exports, "TESTAuthenticationProvider", { enumerable: true, get: function () { return auth_provider_1.TESTAuthenticationProvider; } });
|
|
11
11
|
Object.defineProperty(exports, "LocalAuthenticationProvider", { enumerable: true, get: function () { return auth_provider_1.LocalAuthenticationProvider; } });
|
|
12
12
|
tslib_1.__exportStar(require("./user/error"), exports);
|
|
13
|
+
/*
|
|
14
|
+
* Private interfaces for support for other Sudo Platform
|
|
15
|
+
* SDKs.
|
|
16
|
+
*/
|
|
17
|
+
exports.internal = tslib_1.__importStar(require("./core/sdk-config"));
|
|
13
18
|
//# sourceMappingURL=index.js.map
|
package/cjs/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;AAAA,qFAAqF;AACrF,kDAA0D;AAAjD,oHAAA,qBAAqB,OAAA;AAC9B,uEAA4C;AAC5C,sDAI6B;AAH3B,2HAAA,0BAA0B,OAAA;AAC1B,4HAAA,2BAA2B,OAAA;AAI7B,uDAA4B"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;AAAA,qFAAqF;AACrF,kDAA0D;AAAjD,oHAAA,qBAAqB,OAAA;AAC9B,uEAA4C;AAC5C,sDAI6B;AAH3B,2HAAA,0BAA0B,OAAA;AAC1B,4HAAA,2BAA2B,OAAA;AAI7B,uDAA4B;AAE5B;;;GAGG;AACH,sEAA6C"}
|
package/docs/assets/search.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
window.searchData = JSON.parse("{\"kinds\":{\"128\":\"Class\",\"256\":\"Interface\",\"512\":\"Constructor\",\"1024\":\"Property\",\"2048\":\"Method\",\"65536\":\"Type literal\",\"262144\":\"Accessor\"},\"rows\":[{\"kind\":128,\"name\":\"DefaultSudoUserClient\",\"url\":\"classes/DefaultSudoUserClient.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/DefaultSudoUserClient.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"DefaultSudoUserClient\"},{\"kind\":262144,\"name\":\"sudoKeyManager\",\"url\":\"classes/DefaultSudoUserClient.html#sudoKeyManager\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"DefaultSudoUserClient\"},{\"kind\":2048,\"name\":\"presentFederatedSignInUI\",\"url\":\"classes/DefaultSudoUserClient.html#presentFederatedSignInUI\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DefaultSudoUserClient\"},{\"kind\":2048,\"name\":\"processFederatedSignInTokens\",\"url\":\"classes/DefaultSudoUserClient.html#processFederatedSignInTokens\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DefaultSudoUserClient\"},{\"kind\":2048,\"name\":\"getIdToken\",\"url\":\"classes/DefaultSudoUserClient.html#getIdToken\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DefaultSudoUserClient\"},{\"kind\":2048,\"name\":\"getAccessToken\",\"url\":\"classes/DefaultSudoUserClient.html#getAccessToken\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DefaultSudoUserClient\"},{\"kind\":2048,\"name\":\"getRefreshToken\",\"url\":\"classes/DefaultSudoUserClient.html#getRefreshToken\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DefaultSudoUserClient\"},{\"kind\":2048,\"name\":\"getTokenExpiry\",\"url\":\"classes/DefaultSudoUserClient.html#getTokenExpiry\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DefaultSudoUserClient\"},{\"kind\":2048,\"name\":\"getRefreshTokenExpiry\",\"url\":\"classes/DefaultSudoUserClient.html#getRefreshTokenExpiry\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DefaultSudoUserClient\"},{\"kind\":2048,\"name\":\"getUserName\",\"url\":\"classes/DefaultSudoUserClient.html#getUserName\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DefaultSudoUserClient\"},{\"kind\":2048,\"name\":\"setUserName\",\"url\":\"classes/DefaultSudoUserClient.html#setUserName\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DefaultSudoUserClient\"},{\"kind\":2048,\"name\":\"getUserClaim\",\"url\":\"classes/DefaultSudoUserClient.html#getUserClaim\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DefaultSudoUserClient\"},{\"kind\":2048,\"name\":\"getSubject\",\"url\":\"classes/DefaultSudoUserClient.html#getSubject\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DefaultSudoUserClient\"},{\"kind\":2048,\"name\":\"isSignedIn\",\"url\":\"classes/DefaultSudoUserClient.html#isSignedIn\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DefaultSudoUserClient\"},{\"kind\":2048,\"name\":\"refreshTokens\",\"url\":\"classes/DefaultSudoUserClient.html#refreshTokens\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DefaultSudoUserClient\"},{\"kind\":2048,\"name\":\"getLatestAuthToken\",\"url\":\"classes/DefaultSudoUserClient.html#getLatestAuthToken\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DefaultSudoUserClient\"},{\"kind\":2048,\"name\":\"signOut\",\"url\":\"classes/DefaultSudoUserClient.html#signOut\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DefaultSudoUserClient\"},{\"kind\":2048,\"name\":\"globalSignOut\",\"url\":\"classes/DefaultSudoUserClient.html#globalSignOut\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DefaultSudoUserClient\"},{\"kind\":2048,\"name\":\"registerWithAuthenticationProvider\",\"url\":\"classes/DefaultSudoUserClient.html#registerWithAuthenticationProvider\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DefaultSudoUserClient\"},{\"kind\":2048,\"name\":\"signInWithAuthenticationProvider\",\"url\":\"classes/DefaultSudoUserClient.html#signInWithAuthenticationProvider\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DefaultSudoUserClient\"},{\"kind\":2048,\"name\":\"isRegistered\",\"url\":\"classes/DefaultSudoUserClient.html#isRegistered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DefaultSudoUserClient\"},{\"kind\":2048,\"name\":\"signInWithKey\",\"url\":\"classes/DefaultSudoUserClient.html#signInWithKey\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DefaultSudoUserClient\"},{\"kind\":2048,\"name\":\"deregister\",\"url\":\"classes/DefaultSudoUserClient.html#deregister\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DefaultSudoUserClient\"},{\"kind\":2048,\"name\":\"clearAuthenticationTokens\",\"url\":\"classes/DefaultSudoUserClient.html#clearAuthenticationTokens\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DefaultSudoUserClient\"},{\"kind\":2048,\"name\":\"presentSignOutUI\",\"url\":\"classes/DefaultSudoUserClient.html#presentSignOutUI\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DefaultSudoUserClient\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"classes/DefaultSudoUserClient.html#reset\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DefaultSudoUserClient\"},{\"kind\":2048,\"name\":\"setAuthUI\",\"url\":\"classes/DefaultSudoUserClient.html#setAuthUI\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DefaultSudoUserClient\"},{\"kind\":2048,\"name\":\"setIdentityProvider\",\"url\":\"classes/DefaultSudoUserClient.html#setIdentityProvider\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DefaultSudoUserClient\"},{\"kind\":2048,\"name\":\"setLaunchUriFn\",\"url\":\"classes/DefaultSudoUserClient.html#setLaunchUriFn\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DefaultSudoUserClient\"},{\"kind\":2048,\"name\":\"setAuthenticationStore\",\"url\":\"classes/DefaultSudoUserClient.html#setAuthenticationStore\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DefaultSudoUserClient\"},{\"kind\":128,\"name\":\"TESTAuthenticationProvider\",\"url\":\"classes/TESTAuthenticationProvider.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/TESTAuthenticationProvider.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"TESTAuthenticationProvider\"},{\"kind\":1024,\"name\":\"testRegistrationIssuer\",\"url\":\"classes/TESTAuthenticationProvider.html#testRegistrationIssuer\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TESTAuthenticationProvider\"},{\"kind\":1024,\"name\":\"testRegistrationAudience\",\"url\":\"classes/TESTAuthenticationProvider.html#testRegistrationAudience\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TESTAuthenticationProvider\"},{\"kind\":2048,\"name\":\"getAuthenticationInfo\",\"url\":\"classes/TESTAuthenticationProvider.html#getAuthenticationInfo\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TESTAuthenticationProvider\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"classes/TESTAuthenticationProvider.html#reset\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TESTAuthenticationProvider\"},{\"kind\":128,\"name\":\"LocalAuthenticationProvider\",\"url\":\"classes/LocalAuthenticationProvider.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/LocalAuthenticationProvider.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"LocalAuthenticationProvider\"},{\"kind\":2048,\"name\":\"getAuthenticationInfo\",\"url\":\"classes/LocalAuthenticationProvider.html#getAuthenticationInfo\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"LocalAuthenticationProvider\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"classes/LocalAuthenticationProvider.html#reset\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"LocalAuthenticationProvider\"},{\"kind\":256,\"name\":\"AuthenticationProvider\",\"url\":\"interfaces/AuthenticationProvider.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":2048,\"name\":\"getAuthenticationInfo\",\"url\":\"interfaces/AuthenticationProvider.html#getAuthenticationInfo\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"AuthenticationProvider\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"interfaces/AuthenticationProvider.html#reset\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"AuthenticationProvider\"},{\"kind\":256,\"name\":\"AuthenticationTokens\",\"url\":\"interfaces/AuthenticationTokens.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"idToken\",\"url\":\"interfaces/AuthenticationTokens.html#idToken\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AuthenticationTokens\"},{\"kind\":1024,\"name\":\"accessToken\",\"url\":\"interfaces/AuthenticationTokens.html#accessToken\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AuthenticationTokens\"},{\"kind\":1024,\"name\":\"refreshToken\",\"url\":\"interfaces/AuthenticationTokens.html#refreshToken\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AuthenticationTokens\"},{\"kind\":1024,\"name\":\"tokenExpiry\",\"url\":\"interfaces/AuthenticationTokens.html#tokenExpiry\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AuthenticationTokens\"},{\"kind\":256,\"name\":\"SudoUserClient\",\"url\":\"interfaces/SudoUserClient.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":2048,\"name\":\"presentFederatedSignInUI\",\"url\":\"interfaces/SudoUserClient.html#presentFederatedSignInUI\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"SudoUserClient\"},{\"kind\":2048,\"name\":\"processFederatedSignInTokens\",\"url\":\"interfaces/SudoUserClient.html#processFederatedSignInTokens\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"SudoUserClient\"},{\"kind\":2048,\"name\":\"getIdToken\",\"url\":\"interfaces/SudoUserClient.html#getIdToken\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"SudoUserClient\"},{\"kind\":2048,\"name\":\"getAccessToken\",\"url\":\"interfaces/SudoUserClient.html#getAccessToken\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"SudoUserClient\"},{\"kind\":2048,\"name\":\"getRefreshToken\",\"url\":\"interfaces/SudoUserClient.html#getRefreshToken\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"SudoUserClient\"},{\"kind\":2048,\"name\":\"getTokenExpiry\",\"url\":\"interfaces/SudoUserClient.html#getTokenExpiry\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"SudoUserClient\"},{\"kind\":2048,\"name\":\"getRefreshTokenExpiry\",\"url\":\"interfaces/SudoUserClient.html#getRefreshTokenExpiry\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"SudoUserClient\"},{\"kind\":2048,\"name\":\"isSignedIn\",\"url\":\"interfaces/SudoUserClient.html#isSignedIn\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"SudoUserClient\"},{\"kind\":2048,\"name\":\"refreshTokens\",\"url\":\"interfaces/SudoUserClient.html#refreshTokens\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"SudoUserClient\"},{\"kind\":2048,\"name\":\"getLatestAuthToken\",\"url\":\"interfaces/SudoUserClient.html#getLatestAuthToken\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"SudoUserClient\"},{\"kind\":2048,\"name\":\"getUserName\",\"url\":\"interfaces/SudoUserClient.html#getUserName\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"SudoUserClient\"},{\"kind\":2048,\"name\":\"setUserName\",\"url\":\"interfaces/SudoUserClient.html#setUserName\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"SudoUserClient\"},{\"kind\":2048,\"name\":\"getSubject\",\"url\":\"interfaces/SudoUserClient.html#getSubject\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"SudoUserClient\"},{\"kind\":2048,\"name\":\"getUserClaim\",\"url\":\"interfaces/SudoUserClient.html#getUserClaim\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"SudoUserClient\"},{\"kind\":2048,\"name\":\"signOut\",\"url\":\"interfaces/SudoUserClient.html#signOut\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"SudoUserClient\"},{\"kind\":2048,\"name\":\"globalSignOut\",\"url\":\"interfaces/SudoUserClient.html#globalSignOut\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"SudoUserClient\"},{\"kind\":2048,\"name\":\"registerWithAuthenticationProvider\",\"url\":\"interfaces/SudoUserClient.html#registerWithAuthenticationProvider\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"SudoUserClient\"},{\"kind\":2048,\"name\":\"signInWithAuthenticationProvider\",\"url\":\"interfaces/SudoUserClient.html#signInWithAuthenticationProvider\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"SudoUserClient\"},{\"kind\":2048,\"name\":\"isRegistered\",\"url\":\"interfaces/SudoUserClient.html#isRegistered\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"SudoUserClient\"},{\"kind\":2048,\"name\":\"signInWithKey\",\"url\":\"interfaces/SudoUserClient.html#signInWithKey\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"SudoUserClient\"},{\"kind\":2048,\"name\":\"clearAuthenticationTokens\",\"url\":\"interfaces/SudoUserClient.html#clearAuthenticationTokens\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"SudoUserClient\"},{\"kind\":2048,\"name\":\"presentSignOutUI\",\"url\":\"interfaces/SudoUserClient.html#presentSignOutUI\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"SudoUserClient\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"interfaces/SudoUserClient.html#reset\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"SudoUserClient\"},{\"kind\":1024,\"name\":\"sudoKeyManager\",\"url\":\"interfaces/SudoUserClient.html#sudoKeyManager\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SudoUserClient\"},{\"kind\":128,\"name\":\"AlreadyRegisteredError\",\"url\":\"classes/AlreadyRegisteredError.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/AlreadyRegisteredError.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"AlreadyRegisteredError\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/AlreadyRegisteredError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"AlreadyRegisteredError\"},{\"kind\":128,\"name\":\"IdentityServiceConfigNotFoundError\",\"url\":\"classes/IdentityServiceConfigNotFoundError.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/IdentityServiceConfigNotFoundError.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"IdentityServiceConfigNotFoundError\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/IdentityServiceConfigNotFoundError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"IdentityServiceConfigNotFoundError\"}],\"index\":{\"version\":\"2.3.9\",\"fields\":[\"name\",\"comment\"],\"fieldVectors\":[[\"name/0\",[0,39.89]],[\"comment/0\",[]],[\"name/1\",[1,26.897]],[\"comment/1\",[]],[\"name/2\",[2,34.782]],[\"comment/2\",[]],[\"name/3\",[3,34.782]],[\"comment/3\",[]],[\"name/4\",[4,34.782]],[\"comment/4\",[]],[\"name/5\",[5,34.782]],[\"comment/5\",[]],[\"name/6\",[6,34.782]],[\"comment/6\",[]],[\"name/7\",[7,34.782]],[\"comment/7\",[]],[\"name/8\",[8,34.782]],[\"comment/8\",[]],[\"name/9\",[9,34.782]],[\"comment/9\",[]],[\"name/10\",[10,34.782]],[\"comment/10\",[]],[\"name/11\",[11,34.782]],[\"comment/11\",[]],[\"name/12\",[12,34.782]],[\"comment/12\",[]],[\"name/13\",[13,34.782]],[\"comment/13\",[]],[\"name/14\",[14,34.782]],[\"comment/14\",[]],[\"name/15\",[15,34.782]],[\"comment/15\",[]],[\"name/16\",[16,34.782]],[\"comment/16\",[]],[\"name/17\",[17,34.782]],[\"comment/17\",[]],[\"name/18\",[18,34.782]],[\"comment/18\",[]],[\"name/19\",[19,34.782]],[\"comment/19\",[]],[\"name/20\",[20,34.782]],[\"comment/20\",[]],[\"name/21\",[21,34.782]],[\"comment/21\",[]],[\"name/22\",[22,34.782]],[\"comment/22\",[]],[\"name/23\",[23,39.89]],[\"comment/23\",[]],[\"name/24\",[24,34.782]],[\"comment/24\",[]],[\"name/25\",[25,34.782]],[\"comment/25\",[]],[\"name/26\",[26,26.897]],[\"comment/26\",[]],[\"name/27\",[27,39.89]],[\"comment/27\",[]],[\"name/28\",[28,39.89]],[\"comment/28\",[]],[\"name/29\",[29,39.89]],[\"comment/29\",[]],[\"name/30\",[30,39.89]],[\"comment/30\",[]],[\"name/31\",[31,39.89]],[\"comment/31\",[]],[\"name/32\",[1,26.897]],[\"comment/32\",[]],[\"name/33\",[32,39.89]],[\"comment/33\",[]],[\"name/34\",[33,39.89]],[\"comment/34\",[]],[\"name/35\",[34,31.417]],[\"comment/35\",[]],[\"name/36\",[26,26.897]],[\"comment/36\",[]],[\"name/37\",[35,39.89]],[\"comment/37\",[]],[\"name/38\",[1,26.897]],[\"comment/38\",[]],[\"name/39\",[34,31.417]],[\"comment/39\",[]],[\"name/40\",[26,26.897]],[\"comment/40\",[]],[\"name/41\",[36,39.89]],[\"comment/41\",[]],[\"name/42\",[34,31.417]],[\"comment/42\",[]],[\"name/43\",[26,26.897]],[\"comment/43\",[]],[\"name/44\",[37,39.89]],[\"comment/44\",[]],[\"name/45\",[38,39.89]],[\"comment/45\",[]],[\"name/46\",[39,39.89]],[\"comment/46\",[]],[\"name/47\",[40,39.89]],[\"comment/47\",[]],[\"name/48\",[41,39.89]],[\"comment/48\",[]],[\"name/49\",[42,39.89]],[\"comment/49\",[]],[\"name/50\",[3,34.782]],[\"comment/50\",[]],[\"name/51\",[4,34.782]],[\"comment/51\",[]],[\"name/52\",[5,34.782]],[\"comment/52\",[]],[\"name/53\",[6,34.782]],[\"comment/53\",[]],[\"name/54\",[7,34.782]],[\"comment/54\",[]],[\"name/55\",[8,34.782]],[\"comment/55\",[]],[\"name/56\",[9,34.782]],[\"comment/56\",[]],[\"name/57\",[14,34.782]],[\"comment/57\",[]],[\"name/58\",[15,34.782]],[\"comment/58\",[]],[\"name/59\",[16,34.782]],[\"comment/59\",[]],[\"name/60\",[10,34.782]],[\"comment/60\",[]],[\"name/61\",[11,34.782]],[\"comment/61\",[]],[\"name/62\",[13,34.782]],[\"comment/62\",[]],[\"name/63\",[12,34.782]],[\"comment/63\",[]],[\"name/64\",[17,34.782]],[\"comment/64\",[]],[\"name/65\",[18,34.782]],[\"comment/65\",[]],[\"name/66\",[19,34.782]],[\"comment/66\",[]],[\"name/67\",[20,34.782]],[\"comment/67\",[]],[\"name/68\",[21,34.782]],[\"comment/68\",[]],[\"name/69\",[22,34.782]],[\"comment/69\",[]],[\"name/70\",[24,34.782]],[\"comment/70\",[]],[\"name/71\",[25,34.782]],[\"comment/71\",[]],[\"name/72\",[26,26.897]],[\"comment/72\",[]],[\"name/73\",[2,34.782]],[\"comment/73\",[]],[\"name/74\",[43,39.89]],[\"comment/74\",[]],[\"name/75\",[44,34.782]],[\"comment/75\",[]],[\"name/76\",[1,26.897]],[\"comment/76\",[]],[\"name/77\",[45,39.89]],[\"comment/77\",[]],[\"name/78\",[44,34.782]],[\"comment/78\",[]],[\"name/79\",[1,26.897]],[\"comment/79\",[]]],\"invertedIndex\":[[\"__type\",{\"_index\":44,\"name\":{\"75\":{},\"78\":{}},\"comment\":{}}],[\"accesstoken\",{\"_index\":39,\"name\":{\"46\":{}},\"comment\":{}}],[\"alreadyregisterederror\",{\"_index\":43,\"name\":{\"74\":{}},\"comment\":{}}],[\"authenticationprovider\",{\"_index\":36,\"name\":{\"41\":{}},\"comment\":{}}],[\"authenticationtokens\",{\"_index\":37,\"name\":{\"44\":{}},\"comment\":{}}],[\"clearauthenticationtokens\",{\"_index\":24,\"name\":{\"24\":{},\"70\":{}},\"comment\":{}}],[\"constructor\",{\"_index\":1,\"name\":{\"1\":{},\"32\":{},\"38\":{},\"76\":{},\"79\":{}},\"comment\":{}}],[\"defaultsudouserclient\",{\"_index\":0,\"name\":{\"0\":{}},\"comment\":{}}],[\"deregister\",{\"_index\":23,\"name\":{\"23\":{}},\"comment\":{}}],[\"getaccesstoken\",{\"_index\":6,\"name\":{\"6\":{},\"53\":{}},\"comment\":{}}],[\"getauthenticationinfo\",{\"_index\":34,\"name\":{\"35\":{},\"39\":{},\"42\":{}},\"comment\":{}}],[\"getidtoken\",{\"_index\":5,\"name\":{\"5\":{},\"52\":{}},\"comment\":{}}],[\"getlatestauthtoken\",{\"_index\":16,\"name\":{\"16\":{},\"59\":{}},\"comment\":{}}],[\"getrefreshtoken\",{\"_index\":7,\"name\":{\"7\":{},\"54\":{}},\"comment\":{}}],[\"getrefreshtokenexpiry\",{\"_index\":9,\"name\":{\"9\":{},\"56\":{}},\"comment\":{}}],[\"getsubject\",{\"_index\":13,\"name\":{\"13\":{},\"62\":{}},\"comment\":{}}],[\"gettokenexpiry\",{\"_index\":8,\"name\":{\"8\":{},\"55\":{}},\"comment\":{}}],[\"getuserclaim\",{\"_index\":12,\"name\":{\"12\":{},\"63\":{}},\"comment\":{}}],[\"getusername\",{\"_index\":10,\"name\":{\"10\":{},\"60\":{}},\"comment\":{}}],[\"globalsignout\",{\"_index\":18,\"name\":{\"18\":{},\"65\":{}},\"comment\":{}}],[\"identityserviceconfignotfounderror\",{\"_index\":45,\"name\":{\"77\":{}},\"comment\":{}}],[\"idtoken\",{\"_index\":38,\"name\":{\"45\":{}},\"comment\":{}}],[\"isregistered\",{\"_index\":21,\"name\":{\"21\":{},\"68\":{}},\"comment\":{}}],[\"issignedin\",{\"_index\":14,\"name\":{\"14\":{},\"57\":{}},\"comment\":{}}],[\"localauthenticationprovider\",{\"_index\":35,\"name\":{\"37\":{}},\"comment\":{}}],[\"presentfederatedsigninui\",{\"_index\":3,\"name\":{\"3\":{},\"50\":{}},\"comment\":{}}],[\"presentsignoutui\",{\"_index\":25,\"name\":{\"25\":{},\"71\":{}},\"comment\":{}}],[\"processfederatedsignintokens\",{\"_index\":4,\"name\":{\"4\":{},\"51\":{}},\"comment\":{}}],[\"refreshtoken\",{\"_index\":40,\"name\":{\"47\":{}},\"comment\":{}}],[\"refreshtokens\",{\"_index\":15,\"name\":{\"15\":{},\"58\":{}},\"comment\":{}}],[\"registerwithauthenticationprovider\",{\"_index\":19,\"name\":{\"19\":{},\"66\":{}},\"comment\":{}}],[\"reset\",{\"_index\":26,\"name\":{\"26\":{},\"36\":{},\"40\":{},\"43\":{},\"72\":{}},\"comment\":{}}],[\"setauthenticationstore\",{\"_index\":30,\"name\":{\"30\":{}},\"comment\":{}}],[\"setauthui\",{\"_index\":27,\"name\":{\"27\":{}},\"comment\":{}}],[\"setidentityprovider\",{\"_index\":28,\"name\":{\"28\":{}},\"comment\":{}}],[\"setlaunchurifn\",{\"_index\":29,\"name\":{\"29\":{}},\"comment\":{}}],[\"setusername\",{\"_index\":11,\"name\":{\"11\":{},\"61\":{}},\"comment\":{}}],[\"signinwithauthenticationprovider\",{\"_index\":20,\"name\":{\"20\":{},\"67\":{}},\"comment\":{}}],[\"signinwithkey\",{\"_index\":22,\"name\":{\"22\":{},\"69\":{}},\"comment\":{}}],[\"signout\",{\"_index\":17,\"name\":{\"17\":{},\"64\":{}},\"comment\":{}}],[\"sudokeymanager\",{\"_index\":2,\"name\":{\"2\":{},\"73\":{}},\"comment\":{}}],[\"sudouserclient\",{\"_index\":42,\"name\":{\"49\":{}},\"comment\":{}}],[\"testauthenticationprovider\",{\"_index\":31,\"name\":{\"31\":{}},\"comment\":{}}],[\"testregistrationaudience\",{\"_index\":33,\"name\":{\"34\":{}},\"comment\":{}}],[\"testregistrationissuer\",{\"_index\":32,\"name\":{\"33\":{}},\"comment\":{}}],[\"tokenexpiry\",{\"_index\":41,\"name\":{\"48\":{}},\"comment\":{}}]],\"pipeline\":[]}}");
|
|
1
|
+
window.searchData = JSON.parse("{\"kinds\":{\"4\":\"Namespace\",\"32\":\"Variable\",\"64\":\"Function\",\"128\":\"Class\",\"256\":\"Interface\",\"512\":\"Constructor\",\"1024\":\"Property\",\"2048\":\"Method\",\"65536\":\"Type literal\",\"262144\":\"Accessor\",\"4194304\":\"Type alias\"},\"rows\":[{\"kind\":128,\"name\":\"DefaultSudoUserClient\",\"url\":\"classes/DefaultSudoUserClient.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/DefaultSudoUserClient.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"DefaultSudoUserClient\"},{\"kind\":262144,\"name\":\"sudoKeyManager\",\"url\":\"classes/DefaultSudoUserClient.html#sudoKeyManager\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"DefaultSudoUserClient\"},{\"kind\":2048,\"name\":\"presentFederatedSignInUI\",\"url\":\"classes/DefaultSudoUserClient.html#presentFederatedSignInUI\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DefaultSudoUserClient\"},{\"kind\":2048,\"name\":\"processFederatedSignInTokens\",\"url\":\"classes/DefaultSudoUserClient.html#processFederatedSignInTokens\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DefaultSudoUserClient\"},{\"kind\":2048,\"name\":\"getIdToken\",\"url\":\"classes/DefaultSudoUserClient.html#getIdToken\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DefaultSudoUserClient\"},{\"kind\":2048,\"name\":\"getAccessToken\",\"url\":\"classes/DefaultSudoUserClient.html#getAccessToken\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DefaultSudoUserClient\"},{\"kind\":2048,\"name\":\"getRefreshToken\",\"url\":\"classes/DefaultSudoUserClient.html#getRefreshToken\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DefaultSudoUserClient\"},{\"kind\":2048,\"name\":\"getTokenExpiry\",\"url\":\"classes/DefaultSudoUserClient.html#getTokenExpiry\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DefaultSudoUserClient\"},{\"kind\":2048,\"name\":\"getRefreshTokenExpiry\",\"url\":\"classes/DefaultSudoUserClient.html#getRefreshTokenExpiry\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DefaultSudoUserClient\"},{\"kind\":2048,\"name\":\"getUserName\",\"url\":\"classes/DefaultSudoUserClient.html#getUserName\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DefaultSudoUserClient\"},{\"kind\":2048,\"name\":\"setUserName\",\"url\":\"classes/DefaultSudoUserClient.html#setUserName\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DefaultSudoUserClient\"},{\"kind\":2048,\"name\":\"getUserClaim\",\"url\":\"classes/DefaultSudoUserClient.html#getUserClaim\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DefaultSudoUserClient\"},{\"kind\":2048,\"name\":\"getSubject\",\"url\":\"classes/DefaultSudoUserClient.html#getSubject\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DefaultSudoUserClient\"},{\"kind\":2048,\"name\":\"isSignedIn\",\"url\":\"classes/DefaultSudoUserClient.html#isSignedIn\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DefaultSudoUserClient\"},{\"kind\":2048,\"name\":\"refreshTokens\",\"url\":\"classes/DefaultSudoUserClient.html#refreshTokens\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DefaultSudoUserClient\"},{\"kind\":2048,\"name\":\"getLatestAuthToken\",\"url\":\"classes/DefaultSudoUserClient.html#getLatestAuthToken\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DefaultSudoUserClient\"},{\"kind\":2048,\"name\":\"signOut\",\"url\":\"classes/DefaultSudoUserClient.html#signOut\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DefaultSudoUserClient\"},{\"kind\":2048,\"name\":\"globalSignOut\",\"url\":\"classes/DefaultSudoUserClient.html#globalSignOut\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DefaultSudoUserClient\"},{\"kind\":2048,\"name\":\"registerWithAuthenticationProvider\",\"url\":\"classes/DefaultSudoUserClient.html#registerWithAuthenticationProvider\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DefaultSudoUserClient\"},{\"kind\":2048,\"name\":\"signInWithAuthenticationProvider\",\"url\":\"classes/DefaultSudoUserClient.html#signInWithAuthenticationProvider\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DefaultSudoUserClient\"},{\"kind\":2048,\"name\":\"isRegistered\",\"url\":\"classes/DefaultSudoUserClient.html#isRegistered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DefaultSudoUserClient\"},{\"kind\":2048,\"name\":\"signInWithKey\",\"url\":\"classes/DefaultSudoUserClient.html#signInWithKey\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DefaultSudoUserClient\"},{\"kind\":2048,\"name\":\"deregister\",\"url\":\"classes/DefaultSudoUserClient.html#deregister\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DefaultSudoUserClient\"},{\"kind\":2048,\"name\":\"clearAuthenticationTokens\",\"url\":\"classes/DefaultSudoUserClient.html#clearAuthenticationTokens\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DefaultSudoUserClient\"},{\"kind\":2048,\"name\":\"presentSignOutUI\",\"url\":\"classes/DefaultSudoUserClient.html#presentSignOutUI\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DefaultSudoUserClient\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"classes/DefaultSudoUserClient.html#reset\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DefaultSudoUserClient\"},{\"kind\":2048,\"name\":\"setAuthUI\",\"url\":\"classes/DefaultSudoUserClient.html#setAuthUI\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DefaultSudoUserClient\"},{\"kind\":2048,\"name\":\"setIdentityProvider\",\"url\":\"classes/DefaultSudoUserClient.html#setIdentityProvider\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DefaultSudoUserClient\"},{\"kind\":2048,\"name\":\"setLaunchUriFn\",\"url\":\"classes/DefaultSudoUserClient.html#setLaunchUriFn\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DefaultSudoUserClient\"},{\"kind\":2048,\"name\":\"setAuthenticationStore\",\"url\":\"classes/DefaultSudoUserClient.html#setAuthenticationStore\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DefaultSudoUserClient\"},{\"kind\":128,\"name\":\"TESTAuthenticationProvider\",\"url\":\"classes/TESTAuthenticationProvider.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/TESTAuthenticationProvider.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"TESTAuthenticationProvider\"},{\"kind\":1024,\"name\":\"testRegistrationIssuer\",\"url\":\"classes/TESTAuthenticationProvider.html#testRegistrationIssuer\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TESTAuthenticationProvider\"},{\"kind\":1024,\"name\":\"testRegistrationAudience\",\"url\":\"classes/TESTAuthenticationProvider.html#testRegistrationAudience\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TESTAuthenticationProvider\"},{\"kind\":2048,\"name\":\"getAuthenticationInfo\",\"url\":\"classes/TESTAuthenticationProvider.html#getAuthenticationInfo\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TESTAuthenticationProvider\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"classes/TESTAuthenticationProvider.html#reset\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TESTAuthenticationProvider\"},{\"kind\":128,\"name\":\"LocalAuthenticationProvider\",\"url\":\"classes/LocalAuthenticationProvider.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/LocalAuthenticationProvider.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"LocalAuthenticationProvider\"},{\"kind\":2048,\"name\":\"getAuthenticationInfo\",\"url\":\"classes/LocalAuthenticationProvider.html#getAuthenticationInfo\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"LocalAuthenticationProvider\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"classes/LocalAuthenticationProvider.html#reset\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"LocalAuthenticationProvider\"},{\"kind\":256,\"name\":\"AuthenticationProvider\",\"url\":\"interfaces/AuthenticationProvider.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":2048,\"name\":\"getAuthenticationInfo\",\"url\":\"interfaces/AuthenticationProvider.html#getAuthenticationInfo\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"AuthenticationProvider\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"interfaces/AuthenticationProvider.html#reset\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"AuthenticationProvider\"},{\"kind\":4,\"name\":\"internal\",\"url\":\"modules/internal.html\",\"classes\":\"tsd-kind-namespace\"},{\"kind\":64,\"name\":\"getIdentityServiceConfig\",\"url\":\"functions/internal.getIdentityServiceConfig.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"internal\"},{\"kind\":32,\"name\":\"IdentityServiceConfigCodec\",\"url\":\"variables/internal.IdentityServiceConfigCodec.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"internal\"},{\"kind\":32,\"name\":\"FederatedSignInConfigCodec\",\"url\":\"variables/internal.FederatedSignInConfigCodec.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"internal\"},{\"kind\":32,\"name\":\"Config\",\"url\":\"variables/internal.Config-1.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"internal\"},{\"kind\":4194304,\"name\":\"Config\",\"url\":\"types/internal.Config.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"internal\"},{\"kind\":4194304,\"name\":\"IdentityServiceConfig\",\"url\":\"types/internal.IdentityServiceConfig.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"internal\"},{\"kind\":4194304,\"name\":\"FederatedSignInConfig\",\"url\":\"types/internal.FederatedSignInConfig.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"internal\"},{\"kind\":256,\"name\":\"AuthenticationTokens\",\"url\":\"interfaces/AuthenticationTokens.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"idToken\",\"url\":\"interfaces/AuthenticationTokens.html#idToken\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AuthenticationTokens\"},{\"kind\":1024,\"name\":\"accessToken\",\"url\":\"interfaces/AuthenticationTokens.html#accessToken\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AuthenticationTokens\"},{\"kind\":1024,\"name\":\"refreshToken\",\"url\":\"interfaces/AuthenticationTokens.html#refreshToken\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AuthenticationTokens\"},{\"kind\":1024,\"name\":\"tokenExpiry\",\"url\":\"interfaces/AuthenticationTokens.html#tokenExpiry\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AuthenticationTokens\"},{\"kind\":256,\"name\":\"SudoUserClient\",\"url\":\"interfaces/SudoUserClient.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":2048,\"name\":\"presentFederatedSignInUI\",\"url\":\"interfaces/SudoUserClient.html#presentFederatedSignInUI\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"SudoUserClient\"},{\"kind\":2048,\"name\":\"processFederatedSignInTokens\",\"url\":\"interfaces/SudoUserClient.html#processFederatedSignInTokens\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"SudoUserClient\"},{\"kind\":2048,\"name\":\"getIdToken\",\"url\":\"interfaces/SudoUserClient.html#getIdToken\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"SudoUserClient\"},{\"kind\":2048,\"name\":\"getAccessToken\",\"url\":\"interfaces/SudoUserClient.html#getAccessToken\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"SudoUserClient\"},{\"kind\":2048,\"name\":\"getRefreshToken\",\"url\":\"interfaces/SudoUserClient.html#getRefreshToken\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"SudoUserClient\"},{\"kind\":2048,\"name\":\"getTokenExpiry\",\"url\":\"interfaces/SudoUserClient.html#getTokenExpiry\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"SudoUserClient\"},{\"kind\":2048,\"name\":\"getRefreshTokenExpiry\",\"url\":\"interfaces/SudoUserClient.html#getRefreshTokenExpiry\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"SudoUserClient\"},{\"kind\":2048,\"name\":\"isSignedIn\",\"url\":\"interfaces/SudoUserClient.html#isSignedIn\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"SudoUserClient\"},{\"kind\":2048,\"name\":\"refreshTokens\",\"url\":\"interfaces/SudoUserClient.html#refreshTokens\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"SudoUserClient\"},{\"kind\":2048,\"name\":\"getLatestAuthToken\",\"url\":\"interfaces/SudoUserClient.html#getLatestAuthToken\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"SudoUserClient\"},{\"kind\":2048,\"name\":\"getUserName\",\"url\":\"interfaces/SudoUserClient.html#getUserName\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"SudoUserClient\"},{\"kind\":2048,\"name\":\"setUserName\",\"url\":\"interfaces/SudoUserClient.html#setUserName\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"SudoUserClient\"},{\"kind\":2048,\"name\":\"getSubject\",\"url\":\"interfaces/SudoUserClient.html#getSubject\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"SudoUserClient\"},{\"kind\":2048,\"name\":\"getUserClaim\",\"url\":\"interfaces/SudoUserClient.html#getUserClaim\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"SudoUserClient\"},{\"kind\":2048,\"name\":\"signOut\",\"url\":\"interfaces/SudoUserClient.html#signOut\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"SudoUserClient\"},{\"kind\":2048,\"name\":\"globalSignOut\",\"url\":\"interfaces/SudoUserClient.html#globalSignOut\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"SudoUserClient\"},{\"kind\":2048,\"name\":\"registerWithAuthenticationProvider\",\"url\":\"interfaces/SudoUserClient.html#registerWithAuthenticationProvider\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"SudoUserClient\"},{\"kind\":2048,\"name\":\"signInWithAuthenticationProvider\",\"url\":\"interfaces/SudoUserClient.html#signInWithAuthenticationProvider\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"SudoUserClient\"},{\"kind\":2048,\"name\":\"isRegistered\",\"url\":\"interfaces/SudoUserClient.html#isRegistered\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"SudoUserClient\"},{\"kind\":2048,\"name\":\"signInWithKey\",\"url\":\"interfaces/SudoUserClient.html#signInWithKey\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"SudoUserClient\"},{\"kind\":2048,\"name\":\"clearAuthenticationTokens\",\"url\":\"interfaces/SudoUserClient.html#clearAuthenticationTokens\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"SudoUserClient\"},{\"kind\":2048,\"name\":\"presentSignOutUI\",\"url\":\"interfaces/SudoUserClient.html#presentSignOutUI\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"SudoUserClient\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"interfaces/SudoUserClient.html#reset\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"SudoUserClient\"},{\"kind\":1024,\"name\":\"sudoKeyManager\",\"url\":\"interfaces/SudoUserClient.html#sudoKeyManager\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SudoUserClient\"},{\"kind\":128,\"name\":\"AlreadyRegisteredError\",\"url\":\"classes/AlreadyRegisteredError.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/AlreadyRegisteredError.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"AlreadyRegisteredError\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/AlreadyRegisteredError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"AlreadyRegisteredError\"},{\"kind\":128,\"name\":\"IdentityServiceConfigNotFoundError\",\"url\":\"classes/IdentityServiceConfigNotFoundError.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/IdentityServiceConfigNotFoundError.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"IdentityServiceConfigNotFoundError\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/IdentityServiceConfigNotFoundError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"IdentityServiceConfigNotFoundError\"}],\"index\":{\"version\":\"2.3.9\",\"fields\":[\"name\",\"comment\"],\"fieldVectors\":[[\"name/0\",[0,40.832]],[\"comment/0\",[]],[\"name/1\",[1,27.839]],[\"comment/1\",[]],[\"name/2\",[2,35.723]],[\"comment/2\",[]],[\"name/3\",[3,35.723]],[\"comment/3\",[]],[\"name/4\",[4,35.723]],[\"comment/4\",[]],[\"name/5\",[5,35.723]],[\"comment/5\",[]],[\"name/6\",[6,35.723]],[\"comment/6\",[]],[\"name/7\",[7,35.723]],[\"comment/7\",[]],[\"name/8\",[8,35.723]],[\"comment/8\",[]],[\"name/9\",[9,35.723]],[\"comment/9\",[]],[\"name/10\",[10,35.723]],[\"comment/10\",[]],[\"name/11\",[11,35.723]],[\"comment/11\",[]],[\"name/12\",[12,35.723]],[\"comment/12\",[]],[\"name/13\",[13,35.723]],[\"comment/13\",[]],[\"name/14\",[14,35.723]],[\"comment/14\",[]],[\"name/15\",[15,35.723]],[\"comment/15\",[]],[\"name/16\",[16,35.723]],[\"comment/16\",[]],[\"name/17\",[17,35.723]],[\"comment/17\",[]],[\"name/18\",[18,35.723]],[\"comment/18\",[]],[\"name/19\",[19,35.723]],[\"comment/19\",[]],[\"name/20\",[20,35.723]],[\"comment/20\",[]],[\"name/21\",[21,35.723]],[\"comment/21\",[]],[\"name/22\",[22,35.723]],[\"comment/22\",[]],[\"name/23\",[23,40.832]],[\"comment/23\",[]],[\"name/24\",[24,35.723]],[\"comment/24\",[]],[\"name/25\",[25,35.723]],[\"comment/25\",[]],[\"name/26\",[26,27.839]],[\"comment/26\",[]],[\"name/27\",[27,40.832]],[\"comment/27\",[]],[\"name/28\",[28,40.832]],[\"comment/28\",[]],[\"name/29\",[29,40.832]],[\"comment/29\",[]],[\"name/30\",[30,40.832]],[\"comment/30\",[]],[\"name/31\",[31,40.832]],[\"comment/31\",[]],[\"name/32\",[1,27.839]],[\"comment/32\",[]],[\"name/33\",[32,40.832]],[\"comment/33\",[]],[\"name/34\",[33,40.832]],[\"comment/34\",[]],[\"name/35\",[34,32.359]],[\"comment/35\",[]],[\"name/36\",[26,27.839]],[\"comment/36\",[]],[\"name/37\",[35,40.832]],[\"comment/37\",[]],[\"name/38\",[1,27.839]],[\"comment/38\",[]],[\"name/39\",[34,32.359]],[\"comment/39\",[]],[\"name/40\",[26,27.839]],[\"comment/40\",[]],[\"name/41\",[36,40.832]],[\"comment/41\",[]],[\"name/42\",[34,32.359]],[\"comment/42\",[]],[\"name/43\",[26,27.839]],[\"comment/43\",[]],[\"name/44\",[37,40.832]],[\"comment/44\",[]],[\"name/45\",[38,40.832]],[\"comment/45\",[]],[\"name/46\",[39,40.832]],[\"comment/46\",[]],[\"name/47\",[40,40.832]],[\"comment/47\",[]],[\"name/48\",[41,35.723]],[\"comment/48\",[]],[\"name/49\",[41,35.723]],[\"comment/49\",[]],[\"name/50\",[42,40.832]],[\"comment/50\",[]],[\"name/51\",[43,40.832]],[\"comment/51\",[]],[\"name/52\",[44,40.832]],[\"comment/52\",[]],[\"name/53\",[45,40.832]],[\"comment/53\",[]],[\"name/54\",[46,40.832]],[\"comment/54\",[]],[\"name/55\",[47,40.832]],[\"comment/55\",[]],[\"name/56\",[48,40.832]],[\"comment/56\",[]],[\"name/57\",[49,40.832]],[\"comment/57\",[]],[\"name/58\",[3,35.723]],[\"comment/58\",[]],[\"name/59\",[4,35.723]],[\"comment/59\",[]],[\"name/60\",[5,35.723]],[\"comment/60\",[]],[\"name/61\",[6,35.723]],[\"comment/61\",[]],[\"name/62\",[7,35.723]],[\"comment/62\",[]],[\"name/63\",[8,35.723]],[\"comment/63\",[]],[\"name/64\",[9,35.723]],[\"comment/64\",[]],[\"name/65\",[14,35.723]],[\"comment/65\",[]],[\"name/66\",[15,35.723]],[\"comment/66\",[]],[\"name/67\",[16,35.723]],[\"comment/67\",[]],[\"name/68\",[10,35.723]],[\"comment/68\",[]],[\"name/69\",[11,35.723]],[\"comment/69\",[]],[\"name/70\",[13,35.723]],[\"comment/70\",[]],[\"name/71\",[12,35.723]],[\"comment/71\",[]],[\"name/72\",[17,35.723]],[\"comment/72\",[]],[\"name/73\",[18,35.723]],[\"comment/73\",[]],[\"name/74\",[19,35.723]],[\"comment/74\",[]],[\"name/75\",[20,35.723]],[\"comment/75\",[]],[\"name/76\",[21,35.723]],[\"comment/76\",[]],[\"name/77\",[22,35.723]],[\"comment/77\",[]],[\"name/78\",[24,35.723]],[\"comment/78\",[]],[\"name/79\",[25,35.723]],[\"comment/79\",[]],[\"name/80\",[26,27.839]],[\"comment/80\",[]],[\"name/81\",[2,35.723]],[\"comment/81\",[]],[\"name/82\",[50,40.832]],[\"comment/82\",[]],[\"name/83\",[51,35.723]],[\"comment/83\",[]],[\"name/84\",[1,27.839]],[\"comment/84\",[]],[\"name/85\",[52,40.832]],[\"comment/85\",[]],[\"name/86\",[51,35.723]],[\"comment/86\",[]],[\"name/87\",[1,27.839]],[\"comment/87\",[]]],\"invertedIndex\":[[\"__type\",{\"_index\":51,\"name\":{\"83\":{},\"86\":{}},\"comment\":{}}],[\"accesstoken\",{\"_index\":46,\"name\":{\"54\":{}},\"comment\":{}}],[\"alreadyregisterederror\",{\"_index\":50,\"name\":{\"82\":{}},\"comment\":{}}],[\"authenticationprovider\",{\"_index\":36,\"name\":{\"41\":{}},\"comment\":{}}],[\"authenticationtokens\",{\"_index\":44,\"name\":{\"52\":{}},\"comment\":{}}],[\"clearauthenticationtokens\",{\"_index\":24,\"name\":{\"24\":{},\"78\":{}},\"comment\":{}}],[\"config\",{\"_index\":41,\"name\":{\"48\":{},\"49\":{}},\"comment\":{}}],[\"constructor\",{\"_index\":1,\"name\":{\"1\":{},\"32\":{},\"38\":{},\"84\":{},\"87\":{}},\"comment\":{}}],[\"defaultsudouserclient\",{\"_index\":0,\"name\":{\"0\":{}},\"comment\":{}}],[\"deregister\",{\"_index\":23,\"name\":{\"23\":{}},\"comment\":{}}],[\"federatedsigninconfig\",{\"_index\":43,\"name\":{\"51\":{}},\"comment\":{}}],[\"federatedsigninconfigcodec\",{\"_index\":40,\"name\":{\"47\":{}},\"comment\":{}}],[\"getaccesstoken\",{\"_index\":6,\"name\":{\"6\":{},\"61\":{}},\"comment\":{}}],[\"getauthenticationinfo\",{\"_index\":34,\"name\":{\"35\":{},\"39\":{},\"42\":{}},\"comment\":{}}],[\"getidentityserviceconfig\",{\"_index\":38,\"name\":{\"45\":{}},\"comment\":{}}],[\"getidtoken\",{\"_index\":5,\"name\":{\"5\":{},\"60\":{}},\"comment\":{}}],[\"getlatestauthtoken\",{\"_index\":16,\"name\":{\"16\":{},\"67\":{}},\"comment\":{}}],[\"getrefreshtoken\",{\"_index\":7,\"name\":{\"7\":{},\"62\":{}},\"comment\":{}}],[\"getrefreshtokenexpiry\",{\"_index\":9,\"name\":{\"9\":{},\"64\":{}},\"comment\":{}}],[\"getsubject\",{\"_index\":13,\"name\":{\"13\":{},\"70\":{}},\"comment\":{}}],[\"gettokenexpiry\",{\"_index\":8,\"name\":{\"8\":{},\"63\":{}},\"comment\":{}}],[\"getuserclaim\",{\"_index\":12,\"name\":{\"12\":{},\"71\":{}},\"comment\":{}}],[\"getusername\",{\"_index\":10,\"name\":{\"10\":{},\"68\":{}},\"comment\":{}}],[\"globalsignout\",{\"_index\":18,\"name\":{\"18\":{},\"73\":{}},\"comment\":{}}],[\"identityserviceconfig\",{\"_index\":42,\"name\":{\"50\":{}},\"comment\":{}}],[\"identityserviceconfigcodec\",{\"_index\":39,\"name\":{\"46\":{}},\"comment\":{}}],[\"identityserviceconfignotfounderror\",{\"_index\":52,\"name\":{\"85\":{}},\"comment\":{}}],[\"idtoken\",{\"_index\":45,\"name\":{\"53\":{}},\"comment\":{}}],[\"internal\",{\"_index\":37,\"name\":{\"44\":{}},\"comment\":{}}],[\"isregistered\",{\"_index\":21,\"name\":{\"21\":{},\"76\":{}},\"comment\":{}}],[\"issignedin\",{\"_index\":14,\"name\":{\"14\":{},\"65\":{}},\"comment\":{}}],[\"localauthenticationprovider\",{\"_index\":35,\"name\":{\"37\":{}},\"comment\":{}}],[\"presentfederatedsigninui\",{\"_index\":3,\"name\":{\"3\":{},\"58\":{}},\"comment\":{}}],[\"presentsignoutui\",{\"_index\":25,\"name\":{\"25\":{},\"79\":{}},\"comment\":{}}],[\"processfederatedsignintokens\",{\"_index\":4,\"name\":{\"4\":{},\"59\":{}},\"comment\":{}}],[\"refreshtoken\",{\"_index\":47,\"name\":{\"55\":{}},\"comment\":{}}],[\"refreshtokens\",{\"_index\":15,\"name\":{\"15\":{},\"66\":{}},\"comment\":{}}],[\"registerwithauthenticationprovider\",{\"_index\":19,\"name\":{\"19\":{},\"74\":{}},\"comment\":{}}],[\"reset\",{\"_index\":26,\"name\":{\"26\":{},\"36\":{},\"40\":{},\"43\":{},\"80\":{}},\"comment\":{}}],[\"setauthenticationstore\",{\"_index\":30,\"name\":{\"30\":{}},\"comment\":{}}],[\"setauthui\",{\"_index\":27,\"name\":{\"27\":{}},\"comment\":{}}],[\"setidentityprovider\",{\"_index\":28,\"name\":{\"28\":{}},\"comment\":{}}],[\"setlaunchurifn\",{\"_index\":29,\"name\":{\"29\":{}},\"comment\":{}}],[\"setusername\",{\"_index\":11,\"name\":{\"11\":{},\"69\":{}},\"comment\":{}}],[\"signinwithauthenticationprovider\",{\"_index\":20,\"name\":{\"20\":{},\"75\":{}},\"comment\":{}}],[\"signinwithkey\",{\"_index\":22,\"name\":{\"22\":{},\"77\":{}},\"comment\":{}}],[\"signout\",{\"_index\":17,\"name\":{\"17\":{},\"72\":{}},\"comment\":{}}],[\"sudokeymanager\",{\"_index\":2,\"name\":{\"2\":{},\"81\":{}},\"comment\":{}}],[\"sudouserclient\",{\"_index\":49,\"name\":{\"57\":{}},\"comment\":{}}],[\"testauthenticationprovider\",{\"_index\":31,\"name\":{\"31\":{}},\"comment\":{}}],[\"testregistrationaudience\",{\"_index\":33,\"name\":{\"34\":{}},\"comment\":{}}],[\"testregistrationissuer\",{\"_index\":32,\"name\":{\"33\":{}},\"comment\":{}}],[\"tokenexpiry\",{\"_index\":48,\"name\":{\"56\":{}},\"comment\":{}}]],\"pipeline\":[]}}");
|
|
@@ -146,7 +146,8 @@
|
|
|
146
146
|
<div class="tsd-accordion-details">
|
|
147
147
|
<ul>
|
|
148
148
|
<li><a href="../modules.html">@sudoplatform/sudo-<wbr/>user</a>
|
|
149
|
-
<ul
|
|
149
|
+
<ul>
|
|
150
|
+
<li class="tsd-kind-namespace"><a href="../modules/internal.html">internal</a></li></ul></li></ul></div></details></nav>
|
|
150
151
|
<nav class="tsd-navigation secondary menu-sticky">
|
|
151
152
|
<ul>
|
|
152
153
|
<li class="current tsd-kind-class"><a href="AlreadyRegisteredError.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-class)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-128-path"></rect><path d="M11.898 16.1201C11.098 16.1201 10.466 15.8961 10.002 15.4481C9.53803 15.0001 9.30603 14.3841 9.30603 13.6001V9.64012C9.30603 8.85612 9.53803 8.24012 10.002 7.79212C10.466 7.34412 11.098 7.12012 11.898 7.12012C12.682 7.12012 13.306 7.34812 13.77 7.80412C14.234 8.25212 14.466 8.86412 14.466 9.64012H13.386C13.386 9.14412 13.254 8.76412 12.99 8.50012C12.734 8.22812 12.37 8.09212 11.898 8.09212C11.426 8.09212 11.054 8.22412 10.782 8.48812C10.518 8.75212 10.386 9.13212 10.386 9.62812V13.6001C10.386 14.0961 10.518 14.4801 10.782 14.7521C11.054 15.0161 11.426 15.1481 11.898 15.1481C12.37 15.1481 12.734 15.0161 12.99 14.7521C13.254 14.4801 13.386 14.0961 13.386 13.6001H14.466C14.466 14.3761 14.234 14.9921 13.77 15.4481C13.306 15.8961 12.682 16.1201 11.898 16.1201Z" fill="var(--color-text)" id="icon-128-text"></path></svg><span>Already<wbr/>Registered<wbr/>Error</span></a>
|
|
@@ -541,7 +541,8 @@ the <em>registerWithAuthenticationProvider</em> method.</p>
|
|
|
541
541
|
<div class="tsd-accordion-details">
|
|
542
542
|
<ul>
|
|
543
543
|
<li><a href="../modules.html">@sudoplatform/sudo-<wbr/>user</a>
|
|
544
|
-
<ul
|
|
544
|
+
<ul>
|
|
545
|
+
<li class="tsd-kind-namespace"><a href="../modules/internal.html">internal</a></li></ul></li></ul></div></details></nav>
|
|
545
546
|
<nav class="tsd-navigation secondary menu-sticky">
|
|
546
547
|
<ul>
|
|
547
548
|
<li class="current tsd-kind-class"><a href="DefaultSudoUserClient.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-class)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-128-path"></rect><path d="M11.898 16.1201C11.098 16.1201 10.466 15.8961 10.002 15.4481C9.53803 15.0001 9.30603 14.3841 9.30603 13.6001V9.64012C9.30603 8.85612 9.53803 8.24012 10.002 7.79212C10.466 7.34412 11.098 7.12012 11.898 7.12012C12.682 7.12012 13.306 7.34812 13.77 7.80412C14.234 8.25212 14.466 8.86412 14.466 9.64012H13.386C13.386 9.14412 13.254 8.76412 12.99 8.50012C12.734 8.22812 12.37 8.09212 11.898 8.09212C11.426 8.09212 11.054 8.22412 10.782 8.48812C10.518 8.75212 10.386 9.13212 10.386 9.62812V13.6001C10.386 14.0961 10.518 14.4801 10.782 14.7521C11.054 15.0161 11.426 15.1481 11.898 15.1481C12.37 15.1481 12.734 15.0161 12.99 14.7521C13.254 14.4801 13.386 14.0961 13.386 13.6001H14.466C14.466 14.3761 14.234 14.9921 13.77 15.4481C13.306 15.8961 12.682 16.1201 11.898 16.1201Z" fill="var(--color-text)" id="icon-128-text"></path></svg><span>Default<wbr/>Sudo<wbr/>User<wbr/>Client</span></a>
|
|
@@ -148,7 +148,8 @@ you are using is invalid.</p>
|
|
|
148
148
|
<div class="tsd-accordion-details">
|
|
149
149
|
<ul>
|
|
150
150
|
<li><a href="../modules.html">@sudoplatform/sudo-<wbr/>user</a>
|
|
151
|
-
<ul
|
|
151
|
+
<ul>
|
|
152
|
+
<li class="tsd-kind-namespace"><a href="../modules/internal.html">internal</a></li></ul></li></ul></div></details></nav>
|
|
152
153
|
<nav class="tsd-navigation secondary menu-sticky">
|
|
153
154
|
<ul>
|
|
154
155
|
<li class="current tsd-kind-class"><a href="IdentityServiceConfigNotFoundError.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-class)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-128-path"></rect><path d="M11.898 16.1201C11.098 16.1201 10.466 15.8961 10.002 15.4481C9.53803 15.0001 9.30603 14.3841 9.30603 13.6001V9.64012C9.30603 8.85612 9.53803 8.24012 10.002 7.79212C10.466 7.34412 11.098 7.12012 11.898 7.12012C12.682 7.12012 13.306 7.34812 13.77 7.80412C14.234 8.25212 14.466 8.86412 14.466 9.64012H13.386C13.386 9.14412 13.254 8.76412 12.99 8.50012C12.734 8.22812 12.37 8.09212 11.898 8.09212C11.426 8.09212 11.054 8.22412 10.782 8.48812C10.518 8.75212 10.386 9.13212 10.386 9.62812V13.6001C10.386 14.0961 10.518 14.4801 10.782 14.7521C11.054 15.0161 11.426 15.1481 11.898 15.1481C12.37 15.1481 12.734 15.0161 12.99 14.7521C13.254 14.4801 13.386 14.0961 13.386 13.6001H14.466C14.466 14.3761 14.234 14.9921 13.77 15.4481C13.306 15.8961 12.682 16.1201 11.898 16.1201Z" fill="var(--color-text)" id="icon-128-text"></path></svg><span>Identity<wbr/>Service<wbr/>Config<wbr/>Not<wbr/>Found<wbr/>Error</span></a>
|
|
@@ -118,7 +118,8 @@
|
|
|
118
118
|
<div class="tsd-accordion-details">
|
|
119
119
|
<ul>
|
|
120
120
|
<li><a href="../modules.html">@sudoplatform/sudo-<wbr/>user</a>
|
|
121
|
-
<ul
|
|
121
|
+
<ul>
|
|
122
|
+
<li class="tsd-kind-namespace"><a href="../modules/internal.html">internal</a></li></ul></li></ul></div></details></nav>
|
|
122
123
|
<nav class="tsd-navigation secondary menu-sticky">
|
|
123
124
|
<ul>
|
|
124
125
|
<li class="current tsd-kind-class"><a href="LocalAuthenticationProvider.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-class)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-128-path"></rect><path d="M11.898 16.1201C11.098 16.1201 10.466 15.8961 10.002 15.4481C9.53803 15.0001 9.30603 14.3841 9.30603 13.6001V9.64012C9.30603 8.85612 9.53803 8.24012 10.002 7.79212C10.466 7.34412 11.098 7.12012 11.898 7.12012C12.682 7.12012 13.306 7.34812 13.77 7.80412C14.234 8.25212 14.466 8.86412 14.466 9.64012H13.386C13.386 9.14412 13.254 8.76412 12.99 8.50012C12.734 8.22812 12.37 8.09212 11.898 8.09212C11.426 8.09212 11.054 8.22412 10.782 8.48812C10.518 8.75212 10.386 9.13212 10.386 9.62812V13.6001C10.386 14.0961 10.518 14.4801 10.782 14.7521C11.054 15.0161 11.426 15.1481 11.898 15.1481C12.37 15.1481 12.734 15.0161 12.99 14.7521C13.254 14.4801 13.386 14.0961 13.386 13.6001H14.466C14.466 14.3761 14.234 14.9921 13.77 15.4481C13.306 15.8961 12.682 16.1201 11.898 16.1201Z" fill="var(--color-text)" id="icon-128-text"></path></svg><span>Local<wbr/>Authentication<wbr/>Provider</span></a>
|
|
@@ -131,7 +131,8 @@
|
|
|
131
131
|
<div class="tsd-accordion-details">
|
|
132
132
|
<ul>
|
|
133
133
|
<li><a href="../modules.html">@sudoplatform/sudo-<wbr/>user</a>
|
|
134
|
-
<ul
|
|
134
|
+
<ul>
|
|
135
|
+
<li class="tsd-kind-namespace"><a href="../modules/internal.html">internal</a></li></ul></li></ul></div></details></nav>
|
|
135
136
|
<nav class="tsd-navigation secondary menu-sticky">
|
|
136
137
|
<ul>
|
|
137
138
|
<li class="current tsd-kind-class"><a href="TESTAuthenticationProvider.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-class)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-128-path"></rect><path d="M11.898 16.1201C11.098 16.1201 10.466 15.8961 10.002 15.4481C9.53803 15.0001 9.30603 14.3841 9.30603 13.6001V9.64012C9.30603 8.85612 9.53803 8.24012 10.002 7.79212C10.466 7.34412 11.098 7.12012 11.898 7.12012C12.682 7.12012 13.306 7.34812 13.77 7.80412C14.234 8.25212 14.466 8.86412 14.466 9.64012H13.386C13.386 9.14412 13.254 8.76412 12.99 8.50012C12.734 8.22812 12.37 8.09212 11.898 8.09212C11.426 8.09212 11.054 8.22412 10.782 8.48812C10.518 8.75212 10.386 9.13212 10.386 9.62812V13.6001C10.386 14.0961 10.518 14.4801 10.782 14.7521C11.054 15.0161 11.426 15.1481 11.898 15.1481C12.37 15.1481 12.734 15.0161 12.99 14.7521C13.254 14.4801 13.386 14.0961 13.386 13.6001H14.466C14.466 14.3761 14.234 14.9921 13.77 15.4481C13.306 15.8961 12.682 16.1201 11.898 16.1201Z" fill="var(--color-text)" id="icon-128-text"></path></svg><span>TESTAuthentication<wbr/>Provider</span></a>
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>getIdentityServiceConfig | @sudoplatform/sudo-user</title><meta name="description" content="Documentation for @sudoplatform/sudo-user"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
|
+
<div class="tsd-toolbar-contents container">
|
|
3
|
+
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
|
+
<div class="field"><label for="tsd-search-field" class="tsd-widget search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
5
|
+
<ul class="results">
|
|
6
|
+
<li class="state loading">Preparing search index...</li>
|
|
7
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@sudoplatform/sudo-user</a></div>
|
|
8
|
+
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
9
|
+
<div class="container container-main">
|
|
10
|
+
<div class="col-8 col-content">
|
|
11
|
+
<div class="tsd-page-title">
|
|
12
|
+
<ul class="tsd-breadcrumb">
|
|
13
|
+
<li><a href="../modules.html">@sudoplatform/sudo-user</a></li>
|
|
14
|
+
<li><a href="../modules/internal.html">internal</a></li>
|
|
15
|
+
<li><a href="internal.getIdentityServiceConfig.html">getIdentityServiceConfig</a></li></ul>
|
|
16
|
+
<h1>Function getIdentityServiceConfig</h1></div>
|
|
17
|
+
<section class="tsd-panel">
|
|
18
|
+
<ul class="tsd-signatures tsd-kind-function tsd-parent-kind-namespace">
|
|
19
|
+
<li class="tsd-signature tsd-anchor-link" id="getIdentityServiceConfig">get<wbr/>Identity<wbr/>Service<wbr/>Config<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../modules/internal.html" class="tsd-signature-type" data-tsd-kind="Namespace">internal</a><span class="tsd-signature-symbol">.</span><a href="../variables/internal.Config-1.html" class="tsd-signature-type" data-tsd-kind="Variable">Config</a><a href="#getIdentityServiceConfig" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></li>
|
|
20
|
+
<li class="tsd-description">
|
|
21
|
+
<h4 class="tsd-returns-title">Returns <a href="../modules/internal.html" class="tsd-signature-type" data-tsd-kind="Namespace">internal</a><span class="tsd-signature-symbol">.</span><a href="../variables/internal.Config-1.html" class="tsd-signature-type" data-tsd-kind="Variable">Config</a></h4><aside class="tsd-sources">
|
|
22
|
+
<ul>
|
|
23
|
+
<li>Defined in src/core/sdk-config.ts:64</li></ul></aside></li></ul></section></div>
|
|
24
|
+
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
25
|
+
<div class="tsd-navigation settings">
|
|
26
|
+
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
27
|
+
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Settings</h3></summary>
|
|
28
|
+
<div class="tsd-accordion-details">
|
|
29
|
+
<div class="tsd-filter-visibility">
|
|
30
|
+
<h4 class="uppercase">Member Visibility</h4><form>
|
|
31
|
+
<ul id="tsd-filter-options">
|
|
32
|
+
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li>
|
|
33
|
+
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li>
|
|
34
|
+
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></form></div>
|
|
35
|
+
<div class="tsd-theme-toggle">
|
|
36
|
+
<h4 class="uppercase">Theme</h4><select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div>
|
|
37
|
+
<nav class="tsd-navigation primary">
|
|
38
|
+
<details class="tsd-index-accordion" open><summary class="tsd-accordion-summary">
|
|
39
|
+
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
|
|
40
|
+
<div class="tsd-accordion-details">
|
|
41
|
+
<ul>
|
|
42
|
+
<li class="current"><a href="../modules.html">@sudoplatform/sudo-<wbr/>user</a>
|
|
43
|
+
<ul>
|
|
44
|
+
<li class="current tsd-kind-namespace"><a href="../modules/internal.html">internal</a></li></ul></li></ul></div></details></nav>
|
|
45
|
+
<nav class="tsd-navigation secondary menu-sticky">
|
|
46
|
+
<ul>
|
|
47
|
+
<li class="tsd-kind-type-alias tsd-parent-kind-namespace"><a href="../types/internal.Config.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-4194304-path"></rect><path d="M11.31 16V8.224H8.91V7.24H14.79V8.224H12.39V16H11.31Z" fill="var(--color-text)" id="icon-4194304-text"></path></svg>Config</a></li>
|
|
48
|
+
<li class="tsd-kind-type-alias tsd-parent-kind-namespace"><a href="../types/internal.FederatedSignInConfig.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Federated<wbr/>Sign<wbr/>In<wbr/>Config</a></li>
|
|
49
|
+
<li class="tsd-kind-type-alias tsd-parent-kind-namespace"><a href="../types/internal.IdentityServiceConfig.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Identity<wbr/>Service<wbr/>Config</a></li>
|
|
50
|
+
<li class="tsd-kind-variable tsd-parent-kind-namespace"><a href="../variables/internal.Config-1.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-variable)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-32-path"></rect><path d="M11.106 16L8.85 7.24H9.966L11.454 13.192C11.558 13.608 11.646 13.996 11.718 14.356C11.79 14.708 11.842 14.976 11.874 15.16C11.906 14.976 11.954 14.708 12.018 14.356C12.09 13.996 12.178 13.608 12.282 13.192L13.758 7.24H14.85L12.582 16H11.106Z" fill="var(--color-text)" id="icon-32-text"></path></svg>Config</a></li>
|
|
51
|
+
<li class="tsd-kind-variable tsd-parent-kind-namespace"><a href="../variables/internal.FederatedSignInConfigCodec.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>Federated<wbr/>Sign<wbr/>In<wbr/>Config<wbr/>Codec</a></li>
|
|
52
|
+
<li class="tsd-kind-variable tsd-parent-kind-namespace"><a href="../variables/internal.IdentityServiceConfigCodec.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>Identity<wbr/>Service<wbr/>Config<wbr/>Codec</a></li>
|
|
53
|
+
<li class="current tsd-kind-function tsd-parent-kind-namespace"><a href="internal.getIdentityServiceConfig.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-function)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-64-path"></rect><path d="M9.39 16V7.24H14.55V8.224H10.446V11.128H14.238V12.112H10.47V16H9.39Z" fill="var(--color-text)" id="icon-64-text"></path></svg>get<wbr/>Identity<wbr/>Service<wbr/>Config</a></li></ul></nav></div></div>
|
|
54
|
+
<div class="container tsd-generator">
|
|
55
|
+
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div>
|
|
56
|
+
<div class="overlay"></div><script src="../assets/main.js"></script></body></html>
|
package/docs/index.html
CHANGED
|
@@ -73,7 +73,8 @@
|
|
|
73
73
|
<div class="tsd-accordion-details">
|
|
74
74
|
<ul>
|
|
75
75
|
<li class="current selected"><a href="modules.html">@sudoplatform/sudo-<wbr/>user</a>
|
|
76
|
-
<ul
|
|
76
|
+
<ul>
|
|
77
|
+
<li class="tsd-kind-namespace"><a href="modules/internal.html">internal</a></li></ul></li></ul></div></details></nav>
|
|
77
78
|
<nav class="tsd-navigation secondary menu-sticky">
|
|
78
79
|
<ul>
|
|
79
80
|
<li class="tsd-kind-class"><a href="classes/AlreadyRegisteredError.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-class)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-128-path"></rect><path d="M11.898 16.1201C11.098 16.1201 10.466 15.8961 10.002 15.4481C9.53803 15.0001 9.30603 14.3841 9.30603 13.6001V9.64012C9.30603 8.85612 9.53803 8.24012 10.002 7.79212C10.466 7.34412 11.098 7.12012 11.898 7.12012C12.682 7.12012 13.306 7.34812 13.77 7.80412C14.234 8.25212 14.466 8.86412 14.466 9.64012H13.386C13.386 9.14412 13.254 8.76412 12.99 8.50012C12.734 8.22812 12.37 8.09212 11.898 8.09212C11.426 8.09212 11.054 8.22412 10.782 8.48812C10.518 8.75212 10.386 9.13212 10.386 9.62812V13.6001C10.386 14.0961 10.518 14.4801 10.782 14.7521C11.054 15.0161 11.426 15.1481 11.898 15.1481C12.37 15.1481 12.734 15.0161 12.99 14.7521C13.254 14.4801 13.386 14.0961 13.386 13.6001H14.466C14.466 14.3761 14.234 14.9921 13.77 15.4481C13.306 15.8961 12.682 16.1201 11.898 16.1201Z" fill="var(--color-text)" id="icon-128-text"></path></svg>Already<wbr/>Registered<wbr/>Error</a></li>
|
|
@@ -77,7 +77,8 @@
|
|
|
77
77
|
<div class="tsd-accordion-details">
|
|
78
78
|
<ul>
|
|
79
79
|
<li><a href="../modules.html">@sudoplatform/sudo-<wbr/>user</a>
|
|
80
|
-
<ul
|
|
80
|
+
<ul>
|
|
81
|
+
<li class="tsd-kind-namespace"><a href="../modules/internal.html">internal</a></li></ul></li></ul></div></details></nav>
|
|
81
82
|
<nav class="tsd-navigation secondary menu-sticky">
|
|
82
83
|
<ul>
|
|
83
84
|
<li class="current tsd-kind-interface"><a href="AuthenticationProvider.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-interface)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-256-path"></rect><path d="M9.51 16V15.016H11.298V8.224H9.51V7.24H14.19V8.224H12.402V15.016H14.19V16H9.51Z" fill="var(--color-text)" id="icon-256-text"></path></svg><span>Authentication<wbr/>Provider</span></a>
|
|
@@ -83,7 +83,8 @@
|
|
|
83
83
|
<div class="tsd-accordion-details">
|
|
84
84
|
<ul>
|
|
85
85
|
<li><a href="../modules.html">@sudoplatform/sudo-<wbr/>user</a>
|
|
86
|
-
<ul
|
|
86
|
+
<ul>
|
|
87
|
+
<li class="tsd-kind-namespace"><a href="../modules/internal.html">internal</a></li></ul></li></ul></div></details></nav>
|
|
87
88
|
<nav class="tsd-navigation secondary menu-sticky">
|
|
88
89
|
<ul>
|
|
89
90
|
<li class="current tsd-kind-interface"><a href="AuthenticationTokens.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-interface)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-256-path"></rect><path d="M9.51 16V15.016H11.298V8.224H9.51V7.24H14.19V8.224H12.402V15.016H14.19V16H9.51Z" fill="var(--color-text)" id="icon-256-text"></path></svg><span>Authentication<wbr/>Tokens</span></a>
|
|
@@ -409,7 +409,8 @@ the <em>registerWithAuthenticationProvider</em> method.</p>
|
|
|
409
409
|
<div class="tsd-accordion-details">
|
|
410
410
|
<ul>
|
|
411
411
|
<li><a href="../modules.html">@sudoplatform/sudo-<wbr/>user</a>
|
|
412
|
-
<ul
|
|
412
|
+
<ul>
|
|
413
|
+
<li class="tsd-kind-namespace"><a href="../modules/internal.html">internal</a></li></ul></li></ul></div></details></nav>
|
|
413
414
|
<nav class="tsd-navigation secondary menu-sticky">
|
|
414
415
|
<ul>
|
|
415
416
|
<li class="current tsd-kind-interface"><a href="SudoUserClient.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-interface)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-256-path"></rect><path d="M9.51 16V15.016H11.298V8.224H9.51V7.24H14.19V8.224H12.402V15.016H14.19V16H9.51Z" fill="var(--color-text)" id="icon-256-text"></path></svg><span>Sudo<wbr/>User<wbr/>Client</span></a>
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>internal | @sudoplatform/sudo-user</title><meta name="description" content="Documentation for @sudoplatform/sudo-user"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
|
+
<div class="tsd-toolbar-contents container">
|
|
3
|
+
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
|
+
<div class="field"><label for="tsd-search-field" class="tsd-widget search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
5
|
+
<ul class="results">
|
|
6
|
+
<li class="state loading">Preparing search index...</li>
|
|
7
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@sudoplatform/sudo-user</a></div>
|
|
8
|
+
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
9
|
+
<div class="container container-main">
|
|
10
|
+
<div class="col-8 col-content">
|
|
11
|
+
<div class="tsd-page-title">
|
|
12
|
+
<ul class="tsd-breadcrumb">
|
|
13
|
+
<li><a href="../modules.html">@sudoplatform/sudo-user</a></li>
|
|
14
|
+
<li><a href="internal.html">internal</a></li></ul>
|
|
15
|
+
<h1>Namespace internal</h1></div><aside class="tsd-sources">
|
|
16
|
+
<ul>
|
|
17
|
+
<li>Defined in src/core/sdk-config.ts:1</li></ul></aside>
|
|
18
|
+
<section class="tsd-panel-group tsd-index-group">
|
|
19
|
+
<section class="tsd-panel tsd-index-panel">
|
|
20
|
+
<h3 class="tsd-index-heading uppercase">Index</h3>
|
|
21
|
+
<section class="tsd-index-section">
|
|
22
|
+
<h3 class="tsd-index-heading">Type Aliases</h3>
|
|
23
|
+
<div class="tsd-index-list"><a href="../types/internal.Config.html" class="tsd-index-link tsd-kind-type-alias tsd-parent-kind-namespace"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-4194304-path"></rect><path d="M11.31 16V8.224H8.91V7.24H14.79V8.224H12.39V16H11.31Z" fill="var(--color-text)" id="icon-4194304-text"></path></svg><span>Config</span></a>
|
|
24
|
+
<a href="../types/internal.FederatedSignInConfig.html" class="tsd-index-link tsd-kind-type-alias tsd-parent-kind-namespace"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Federated<wbr/>Sign<wbr/>In<wbr/>Config</span></a>
|
|
25
|
+
<a href="../types/internal.IdentityServiceConfig.html" class="tsd-index-link tsd-kind-type-alias tsd-parent-kind-namespace"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Identity<wbr/>Service<wbr/>Config</span></a>
|
|
26
|
+
</div></section>
|
|
27
|
+
<section class="tsd-index-section">
|
|
28
|
+
<h3 class="tsd-index-heading">Variables</h3>
|
|
29
|
+
<div class="tsd-index-list"><a href="../variables/internal.Config-1.html" class="tsd-index-link tsd-kind-variable tsd-parent-kind-namespace"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-variable)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-32-path"></rect><path d="M11.106 16L8.85 7.24H9.966L11.454 13.192C11.558 13.608 11.646 13.996 11.718 14.356C11.79 14.708 11.842 14.976 11.874 15.16C11.906 14.976 11.954 14.708 12.018 14.356C12.09 13.996 12.178 13.608 12.282 13.192L13.758 7.24H14.85L12.582 16H11.106Z" fill="var(--color-text)" id="icon-32-text"></path></svg><span>Config</span></a>
|
|
30
|
+
<a href="../variables/internal.FederatedSignInConfigCodec.html" class="tsd-index-link tsd-kind-variable tsd-parent-kind-namespace"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg><span>Federated<wbr/>Sign<wbr/>In<wbr/>Config<wbr/>Codec</span></a>
|
|
31
|
+
<a href="../variables/internal.IdentityServiceConfigCodec.html" class="tsd-index-link tsd-kind-variable tsd-parent-kind-namespace"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg><span>Identity<wbr/>Service<wbr/>Config<wbr/>Codec</span></a>
|
|
32
|
+
</div></section>
|
|
33
|
+
<section class="tsd-index-section">
|
|
34
|
+
<h3 class="tsd-index-heading">Functions</h3>
|
|
35
|
+
<div class="tsd-index-list"><a href="../functions/internal.getIdentityServiceConfig.html" class="tsd-index-link tsd-kind-function tsd-parent-kind-namespace"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-function)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-64-path"></rect><path d="M9.39 16V7.24H14.55V8.224H10.446V11.128H14.238V12.112H10.47V16H9.39Z" fill="var(--color-text)" id="icon-64-text"></path></svg><span>get<wbr/>Identity<wbr/>Service<wbr/>Config</span></a>
|
|
36
|
+
</div></section></section></section></div>
|
|
37
|
+
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
38
|
+
<div class="tsd-navigation settings">
|
|
39
|
+
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
40
|
+
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Settings</h3></summary>
|
|
41
|
+
<div class="tsd-accordion-details">
|
|
42
|
+
<div class="tsd-filter-visibility">
|
|
43
|
+
<h4 class="uppercase">Member Visibility</h4><form>
|
|
44
|
+
<ul id="tsd-filter-options">
|
|
45
|
+
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li>
|
|
46
|
+
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li>
|
|
47
|
+
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></form></div>
|
|
48
|
+
<div class="tsd-theme-toggle">
|
|
49
|
+
<h4 class="uppercase">Theme</h4><select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div>
|
|
50
|
+
<nav class="tsd-navigation primary">
|
|
51
|
+
<details class="tsd-index-accordion" open><summary class="tsd-accordion-summary">
|
|
52
|
+
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
|
|
53
|
+
<div class="tsd-accordion-details">
|
|
54
|
+
<ul>
|
|
55
|
+
<li class="current"><a href="../modules.html">@sudoplatform/sudo-<wbr/>user</a>
|
|
56
|
+
<ul>
|
|
57
|
+
<li class="current selected tsd-kind-namespace"><a href="internal.html">internal</a></li></ul></li></ul></div></details></nav>
|
|
58
|
+
<nav class="tsd-navigation secondary menu-sticky">
|
|
59
|
+
<ul>
|
|
60
|
+
<li class="tsd-kind-type-alias tsd-parent-kind-namespace"><a href="../types/internal.Config.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Config</a></li>
|
|
61
|
+
<li class="tsd-kind-type-alias tsd-parent-kind-namespace"><a href="../types/internal.FederatedSignInConfig.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Federated<wbr/>Sign<wbr/>In<wbr/>Config</a></li>
|
|
62
|
+
<li class="tsd-kind-type-alias tsd-parent-kind-namespace"><a href="../types/internal.IdentityServiceConfig.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Identity<wbr/>Service<wbr/>Config</a></li>
|
|
63
|
+
<li class="tsd-kind-variable tsd-parent-kind-namespace"><a href="../variables/internal.Config-1.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>Config</a></li>
|
|
64
|
+
<li class="tsd-kind-variable tsd-parent-kind-namespace"><a href="../variables/internal.FederatedSignInConfigCodec.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>Federated<wbr/>Sign<wbr/>In<wbr/>Config<wbr/>Codec</a></li>
|
|
65
|
+
<li class="tsd-kind-variable tsd-parent-kind-namespace"><a href="../variables/internal.IdentityServiceConfigCodec.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>Identity<wbr/>Service<wbr/>Config<wbr/>Codec</a></li>
|
|
66
|
+
<li class="tsd-kind-function tsd-parent-kind-namespace"><a href="../functions/internal.getIdentityServiceConfig.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>get<wbr/>Identity<wbr/>Service<wbr/>Config</a></li></ul></nav></div></div>
|
|
67
|
+
<div class="container tsd-generator">
|
|
68
|
+
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div>
|
|
69
|
+
<div class="overlay"></div><script src="../assets/main.js"></script></body></html>
|
package/docs/modules.html
CHANGED
|
@@ -14,6 +14,10 @@
|
|
|
14
14
|
<section class="tsd-panel tsd-index-panel">
|
|
15
15
|
<h3 class="tsd-index-heading uppercase">Index</h3>
|
|
16
16
|
<section class="tsd-index-section">
|
|
17
|
+
<h3 class="tsd-index-heading">Namespaces</h3>
|
|
18
|
+
<div class="tsd-index-list"><a href="modules/internal.html" class="tsd-index-link tsd-kind-namespace"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-4-path"></rect><path d="M9.33 16V7.24H10.77L13.446 14.74C13.43 14.54 13.41 14.296 13.386 14.008C13.37 13.712 13.354 13.404 13.338 13.084C13.33 12.756 13.326 12.448 13.326 12.16V7.24H14.37V16H12.93L10.266 8.5C10.282 8.692 10.298 8.936 10.314 9.232C10.33 9.52 10.342 9.828 10.35 10.156C10.366 10.476 10.374 10.784 10.374 11.08V16H9.33Z" fill="var(--color-text)" id="icon-4-text"></path></svg><span>internal</span></a>
|
|
19
|
+
</div></section>
|
|
20
|
+
<section class="tsd-index-section">
|
|
17
21
|
<h3 class="tsd-index-heading">Classes</h3>
|
|
18
22
|
<div class="tsd-index-list"><a href="classes/AlreadyRegisteredError.html" class="tsd-index-link tsd-kind-class"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-class)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-128-path"></rect><path d="M11.898 16.1201C11.098 16.1201 10.466 15.8961 10.002 15.4481C9.53803 15.0001 9.30603 14.3841 9.30603 13.6001V9.64012C9.30603 8.85612 9.53803 8.24012 10.002 7.79212C10.466 7.34412 11.098 7.12012 11.898 7.12012C12.682 7.12012 13.306 7.34812 13.77 7.80412C14.234 8.25212 14.466 8.86412 14.466 9.64012H13.386C13.386 9.14412 13.254 8.76412 12.99 8.50012C12.734 8.22812 12.37 8.09212 11.898 8.09212C11.426 8.09212 11.054 8.22412 10.782 8.48812C10.518 8.75212 10.386 9.13212 10.386 9.62812V13.6001C10.386 14.0961 10.518 14.4801 10.782 14.7521C11.054 15.0161 11.426 15.1481 11.898 15.1481C12.37 15.1481 12.734 15.0161 12.99 14.7521C13.254 14.4801 13.386 14.0961 13.386 13.6001H14.466C14.466 14.3761 14.234 14.9921 13.77 15.4481C13.306 15.8961 12.682 16.1201 11.898 16.1201Z" fill="var(--color-text)" id="icon-128-text"></path></svg><span>Already<wbr/>Registered<wbr/>Error</span></a>
|
|
19
23
|
<a href="classes/DefaultSudoUserClient.html" class="tsd-index-link tsd-kind-class"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Default<wbr/>Sudo<wbr/>User<wbr/>Client</span></a>
|
|
@@ -46,7 +50,8 @@
|
|
|
46
50
|
<div class="tsd-accordion-details">
|
|
47
51
|
<ul>
|
|
48
52
|
<li class="current selected"><a href="modules.html">@sudoplatform/sudo-<wbr/>user</a>
|
|
49
|
-
<ul
|
|
53
|
+
<ul>
|
|
54
|
+
<li class="tsd-kind-namespace"><a href="modules/internal.html">internal</a></li></ul></li></ul></div></details></nav>
|
|
50
55
|
<nav class="tsd-navigation secondary menu-sticky">
|
|
51
56
|
<ul>
|
|
52
57
|
<li class="tsd-kind-class"><a href="classes/AlreadyRegisteredError.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg>Already<wbr/>Registered<wbr/>Error</a></li>
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>Config | @sudoplatform/sudo-user</title><meta name="description" content="Documentation for @sudoplatform/sudo-user"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
|
+
<div class="tsd-toolbar-contents container">
|
|
3
|
+
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
|
+
<div class="field"><label for="tsd-search-field" class="tsd-widget search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
5
|
+
<ul class="results">
|
|
6
|
+
<li class="state loading">Preparing search index...</li>
|
|
7
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@sudoplatform/sudo-user</a></div>
|
|
8
|
+
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
9
|
+
<div class="container container-main">
|
|
10
|
+
<div class="col-8 col-content">
|
|
11
|
+
<div class="tsd-page-title">
|
|
12
|
+
<ul class="tsd-breadcrumb">
|
|
13
|
+
<li><a href="../modules.html">@sudoplatform/sudo-user</a></li>
|
|
14
|
+
<li><a href="../modules/internal.html">internal</a></li>
|
|
15
|
+
<li><a href="internal.Config.html">Config</a></li></ul>
|
|
16
|
+
<h1>Type alias Config</h1></div>
|
|
17
|
+
<div class="tsd-signature">Config<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">t.TypeOf</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-symbol">typeof </span><a href="../modules/internal.html" class="tsd-signature-type" data-tsd-kind="Namespace">internal</a><span class="tsd-signature-symbol">.</span><a href="../variables/internal.Config-1.html" class="tsd-signature-type" data-tsd-kind="Variable">Config</a><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources">
|
|
18
|
+
<ul>
|
|
19
|
+
<li>Defined in src/core/sdk-config.ts:49</li>
|
|
20
|
+
<li>Defined in src/core/sdk-config.ts:60</li></ul></aside></div>
|
|
21
|
+
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
22
|
+
<div class="tsd-navigation settings">
|
|
23
|
+
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
24
|
+
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Settings</h3></summary>
|
|
25
|
+
<div class="tsd-accordion-details">
|
|
26
|
+
<div class="tsd-filter-visibility">
|
|
27
|
+
<h4 class="uppercase">Member Visibility</h4><form>
|
|
28
|
+
<ul id="tsd-filter-options">
|
|
29
|
+
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li>
|
|
30
|
+
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li>
|
|
31
|
+
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></form></div>
|
|
32
|
+
<div class="tsd-theme-toggle">
|
|
33
|
+
<h4 class="uppercase">Theme</h4><select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div>
|
|
34
|
+
<nav class="tsd-navigation primary">
|
|
35
|
+
<details class="tsd-index-accordion" open><summary class="tsd-accordion-summary">
|
|
36
|
+
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
|
|
37
|
+
<div class="tsd-accordion-details">
|
|
38
|
+
<ul>
|
|
39
|
+
<li class="current"><a href="../modules.html">@sudoplatform/sudo-<wbr/>user</a>
|
|
40
|
+
<ul>
|
|
41
|
+
<li class="current tsd-kind-namespace"><a href="../modules/internal.html">internal</a></li></ul></li></ul></div></details></nav>
|
|
42
|
+
<nav class="tsd-navigation secondary menu-sticky">
|
|
43
|
+
<ul>
|
|
44
|
+
<li class="current tsd-kind-type-alias tsd-parent-kind-namespace"><a href="internal.Config.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-4194304-path"></rect><path d="M11.31 16V8.224H8.91V7.24H14.79V8.224H12.39V16H11.31Z" fill="var(--color-text)" id="icon-4194304-text"></path></svg>Config</a></li>
|
|
45
|
+
<li class="tsd-kind-type-alias tsd-parent-kind-namespace"><a href="internal.FederatedSignInConfig.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Federated<wbr/>Sign<wbr/>In<wbr/>Config</a></li>
|
|
46
|
+
<li class="tsd-kind-type-alias tsd-parent-kind-namespace"><a href="internal.IdentityServiceConfig.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Identity<wbr/>Service<wbr/>Config</a></li>
|
|
47
|
+
<li class="tsd-kind-variable tsd-parent-kind-namespace"><a href="../variables/internal.Config-1.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-variable)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-32-path"></rect><path d="M11.106 16L8.85 7.24H9.966L11.454 13.192C11.558 13.608 11.646 13.996 11.718 14.356C11.79 14.708 11.842 14.976 11.874 15.16C11.906 14.976 11.954 14.708 12.018 14.356C12.09 13.996 12.178 13.608 12.282 13.192L13.758 7.24H14.85L12.582 16H11.106Z" fill="var(--color-text)" id="icon-32-text"></path></svg>Config</a></li>
|
|
48
|
+
<li class="tsd-kind-variable tsd-parent-kind-namespace"><a href="../variables/internal.FederatedSignInConfigCodec.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>Federated<wbr/>Sign<wbr/>In<wbr/>Config<wbr/>Codec</a></li>
|
|
49
|
+
<li class="tsd-kind-variable tsd-parent-kind-namespace"><a href="../variables/internal.IdentityServiceConfigCodec.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>Identity<wbr/>Service<wbr/>Config<wbr/>Codec</a></li>
|
|
50
|
+
<li class="tsd-kind-function tsd-parent-kind-namespace"><a href="../functions/internal.getIdentityServiceConfig.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-function)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-64-path"></rect><path d="M9.39 16V7.24H14.55V8.224H10.446V11.128H14.238V12.112H10.47V16H9.39Z" fill="var(--color-text)" id="icon-64-text"></path></svg>get<wbr/>Identity<wbr/>Service<wbr/>Config</a></li></ul></nav></div></div>
|
|
51
|
+
<div class="container tsd-generator">
|
|
52
|
+
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div>
|
|
53
|
+
<div class="overlay"></div><script src="../assets/main.js"></script></body></html>
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>FederatedSignInConfig | @sudoplatform/sudo-user</title><meta name="description" content="Documentation for @sudoplatform/sudo-user"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
|
+
<div class="tsd-toolbar-contents container">
|
|
3
|
+
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
|
+
<div class="field"><label for="tsd-search-field" class="tsd-widget search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
5
|
+
<ul class="results">
|
|
6
|
+
<li class="state loading">Preparing search index...</li>
|
|
7
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@sudoplatform/sudo-user</a></div>
|
|
8
|
+
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
9
|
+
<div class="container container-main">
|
|
10
|
+
<div class="col-8 col-content">
|
|
11
|
+
<div class="tsd-page-title">
|
|
12
|
+
<ul class="tsd-breadcrumb">
|
|
13
|
+
<li><a href="../modules.html">@sudoplatform/sudo-user</a></li>
|
|
14
|
+
<li><a href="../modules/internal.html">internal</a></li>
|
|
15
|
+
<li><a href="internal.FederatedSignInConfig.html">FederatedSignInConfig</a></li></ul>
|
|
16
|
+
<h1>Type alias FederatedSignInConfig</h1></div>
|
|
17
|
+
<div class="tsd-signature">Federated<wbr/>Sign<wbr/>In<wbr/>Config<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">t.TypeOf</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-symbol">typeof </span><a href="../variables/internal.FederatedSignInConfigCodec.html" class="tsd-signature-type" data-tsd-kind="Variable">FederatedSignInConfigCodec</a><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources">
|
|
18
|
+
<ul>
|
|
19
|
+
<li>Defined in src/core/sdk-config.ts:62</li></ul></aside></div>
|
|
20
|
+
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
21
|
+
<div class="tsd-navigation settings">
|
|
22
|
+
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
23
|
+
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Settings</h3></summary>
|
|
24
|
+
<div class="tsd-accordion-details">
|
|
25
|
+
<div class="tsd-filter-visibility">
|
|
26
|
+
<h4 class="uppercase">Member Visibility</h4><form>
|
|
27
|
+
<ul id="tsd-filter-options">
|
|
28
|
+
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li>
|
|
29
|
+
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li>
|
|
30
|
+
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></form></div>
|
|
31
|
+
<div class="tsd-theme-toggle">
|
|
32
|
+
<h4 class="uppercase">Theme</h4><select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div>
|
|
33
|
+
<nav class="tsd-navigation primary">
|
|
34
|
+
<details class="tsd-index-accordion" open><summary class="tsd-accordion-summary">
|
|
35
|
+
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
|
|
36
|
+
<div class="tsd-accordion-details">
|
|
37
|
+
<ul>
|
|
38
|
+
<li class="current"><a href="../modules.html">@sudoplatform/sudo-<wbr/>user</a>
|
|
39
|
+
<ul>
|
|
40
|
+
<li class="current tsd-kind-namespace"><a href="../modules/internal.html">internal</a></li></ul></li></ul></div></details></nav>
|
|
41
|
+
<nav class="tsd-navigation secondary menu-sticky">
|
|
42
|
+
<ul>
|
|
43
|
+
<li class="tsd-kind-type-alias tsd-parent-kind-namespace"><a href="internal.Config.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-4194304-path"></rect><path d="M11.31 16V8.224H8.91V7.24H14.79V8.224H12.39V16H11.31Z" fill="var(--color-text)" id="icon-4194304-text"></path></svg>Config</a></li>
|
|
44
|
+
<li class="current tsd-kind-type-alias tsd-parent-kind-namespace"><a href="internal.FederatedSignInConfig.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Federated<wbr/>Sign<wbr/>In<wbr/>Config</a></li>
|
|
45
|
+
<li class="tsd-kind-type-alias tsd-parent-kind-namespace"><a href="internal.IdentityServiceConfig.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Identity<wbr/>Service<wbr/>Config</a></li>
|
|
46
|
+
<li class="tsd-kind-variable tsd-parent-kind-namespace"><a href="../variables/internal.Config-1.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-variable)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-32-path"></rect><path d="M11.106 16L8.85 7.24H9.966L11.454 13.192C11.558 13.608 11.646 13.996 11.718 14.356C11.79 14.708 11.842 14.976 11.874 15.16C11.906 14.976 11.954 14.708 12.018 14.356C12.09 13.996 12.178 13.608 12.282 13.192L13.758 7.24H14.85L12.582 16H11.106Z" fill="var(--color-text)" id="icon-32-text"></path></svg>Config</a></li>
|
|
47
|
+
<li class="tsd-kind-variable tsd-parent-kind-namespace"><a href="../variables/internal.FederatedSignInConfigCodec.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>Federated<wbr/>Sign<wbr/>In<wbr/>Config<wbr/>Codec</a></li>
|
|
48
|
+
<li class="tsd-kind-variable tsd-parent-kind-namespace"><a href="../variables/internal.IdentityServiceConfigCodec.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>Identity<wbr/>Service<wbr/>Config<wbr/>Codec</a></li>
|
|
49
|
+
<li class="tsd-kind-function tsd-parent-kind-namespace"><a href="../functions/internal.getIdentityServiceConfig.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-function)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-64-path"></rect><path d="M9.39 16V7.24H14.55V8.224H10.446V11.128H14.238V12.112H10.47V16H9.39Z" fill="var(--color-text)" id="icon-64-text"></path></svg>get<wbr/>Identity<wbr/>Service<wbr/>Config</a></li></ul></nav></div></div>
|
|
50
|
+
<div class="container tsd-generator">
|
|
51
|
+
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div>
|
|
52
|
+
<div class="overlay"></div><script src="../assets/main.js"></script></body></html>
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>IdentityServiceConfig | @sudoplatform/sudo-user</title><meta name="description" content="Documentation for @sudoplatform/sudo-user"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
|
+
<div class="tsd-toolbar-contents container">
|
|
3
|
+
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
|
+
<div class="field"><label for="tsd-search-field" class="tsd-widget search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
5
|
+
<ul class="results">
|
|
6
|
+
<li class="state loading">Preparing search index...</li>
|
|
7
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@sudoplatform/sudo-user</a></div>
|
|
8
|
+
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
9
|
+
<div class="container container-main">
|
|
10
|
+
<div class="col-8 col-content">
|
|
11
|
+
<div class="tsd-page-title">
|
|
12
|
+
<ul class="tsd-breadcrumb">
|
|
13
|
+
<li><a href="../modules.html">@sudoplatform/sudo-user</a></li>
|
|
14
|
+
<li><a href="../modules/internal.html">internal</a></li>
|
|
15
|
+
<li><a href="internal.IdentityServiceConfig.html">IdentityServiceConfig</a></li></ul>
|
|
16
|
+
<h1>Type alias IdentityServiceConfig</h1></div>
|
|
17
|
+
<div class="tsd-signature">Identity<wbr/>Service<wbr/>Config<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">t.TypeOf</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-symbol">typeof </span><a href="../variables/internal.IdentityServiceConfigCodec.html" class="tsd-signature-type" data-tsd-kind="Variable">IdentityServiceConfigCodec</a><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources">
|
|
18
|
+
<ul>
|
|
19
|
+
<li>Defined in src/core/sdk-config.ts:61</li></ul></aside></div>
|
|
20
|
+
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
21
|
+
<div class="tsd-navigation settings">
|
|
22
|
+
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
23
|
+
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Settings</h3></summary>
|
|
24
|
+
<div class="tsd-accordion-details">
|
|
25
|
+
<div class="tsd-filter-visibility">
|
|
26
|
+
<h4 class="uppercase">Member Visibility</h4><form>
|
|
27
|
+
<ul id="tsd-filter-options">
|
|
28
|
+
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li>
|
|
29
|
+
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li>
|
|
30
|
+
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></form></div>
|
|
31
|
+
<div class="tsd-theme-toggle">
|
|
32
|
+
<h4 class="uppercase">Theme</h4><select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div>
|
|
33
|
+
<nav class="tsd-navigation primary">
|
|
34
|
+
<details class="tsd-index-accordion" open><summary class="tsd-accordion-summary">
|
|
35
|
+
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
|
|
36
|
+
<div class="tsd-accordion-details">
|
|
37
|
+
<ul>
|
|
38
|
+
<li class="current"><a href="../modules.html">@sudoplatform/sudo-<wbr/>user</a>
|
|
39
|
+
<ul>
|
|
40
|
+
<li class="current tsd-kind-namespace"><a href="../modules/internal.html">internal</a></li></ul></li></ul></div></details></nav>
|
|
41
|
+
<nav class="tsd-navigation secondary menu-sticky">
|
|
42
|
+
<ul>
|
|
43
|
+
<li class="tsd-kind-type-alias tsd-parent-kind-namespace"><a href="internal.Config.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-4194304-path"></rect><path d="M11.31 16V8.224H8.91V7.24H14.79V8.224H12.39V16H11.31Z" fill="var(--color-text)" id="icon-4194304-text"></path></svg>Config</a></li>
|
|
44
|
+
<li class="tsd-kind-type-alias tsd-parent-kind-namespace"><a href="internal.FederatedSignInConfig.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Federated<wbr/>Sign<wbr/>In<wbr/>Config</a></li>
|
|
45
|
+
<li class="current tsd-kind-type-alias tsd-parent-kind-namespace"><a href="internal.IdentityServiceConfig.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Identity<wbr/>Service<wbr/>Config</a></li>
|
|
46
|
+
<li class="tsd-kind-variable tsd-parent-kind-namespace"><a href="../variables/internal.Config-1.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-variable)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-32-path"></rect><path d="M11.106 16L8.85 7.24H9.966L11.454 13.192C11.558 13.608 11.646 13.996 11.718 14.356C11.79 14.708 11.842 14.976 11.874 15.16C11.906 14.976 11.954 14.708 12.018 14.356C12.09 13.996 12.178 13.608 12.282 13.192L13.758 7.24H14.85L12.582 16H11.106Z" fill="var(--color-text)" id="icon-32-text"></path></svg>Config</a></li>
|
|
47
|
+
<li class="tsd-kind-variable tsd-parent-kind-namespace"><a href="../variables/internal.FederatedSignInConfigCodec.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>Federated<wbr/>Sign<wbr/>In<wbr/>Config<wbr/>Codec</a></li>
|
|
48
|
+
<li class="tsd-kind-variable tsd-parent-kind-namespace"><a href="../variables/internal.IdentityServiceConfigCodec.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>Identity<wbr/>Service<wbr/>Config<wbr/>Codec</a></li>
|
|
49
|
+
<li class="tsd-kind-function tsd-parent-kind-namespace"><a href="../functions/internal.getIdentityServiceConfig.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-function)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-64-path"></rect><path d="M9.39 16V7.24H14.55V8.224H10.446V11.128H14.238V12.112H10.47V16H9.39Z" fill="var(--color-text)" id="icon-64-text"></path></svg>get<wbr/>Identity<wbr/>Service<wbr/>Config</a></li></ul></nav></div></div>
|
|
50
|
+
<div class="container tsd-generator">
|
|
51
|
+
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div>
|
|
52
|
+
<div class="overlay"></div><script src="../assets/main.js"></script></body></html>
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>Config | @sudoplatform/sudo-user</title><meta name="description" content="Documentation for @sudoplatform/sudo-user"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
|
+
<div class="tsd-toolbar-contents container">
|
|
3
|
+
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
|
+
<div class="field"><label for="tsd-search-field" class="tsd-widget search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
5
|
+
<ul class="results">
|
|
6
|
+
<li class="state loading">Preparing search index...</li>
|
|
7
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@sudoplatform/sudo-user</a></div>
|
|
8
|
+
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
9
|
+
<div class="container container-main">
|
|
10
|
+
<div class="col-8 col-content">
|
|
11
|
+
<div class="tsd-page-title">
|
|
12
|
+
<ul class="tsd-breadcrumb">
|
|
13
|
+
<li><a href="../modules.html">@sudoplatform/sudo-user</a></li>
|
|
14
|
+
<li><a href="../modules/internal.html">internal</a></li>
|
|
15
|
+
<li><a href="internal.Config-1.html">Config</a></li></ul>
|
|
16
|
+
<h1>Variable Config<code class="tsd-tag ts-flagConst">Const</code> </h1></div>
|
|
17
|
+
<div class="tsd-signature">Config<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">IntersectionC</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">TypeC</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-symbol">{ </span>identityService<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">IntersectionC</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">TypeC</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-symbol">{ </span>apiKey<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">StringC</span><span class="tsd-signature-symbol">; </span>apiUrl<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">StringC</span><span class="tsd-signature-symbol">; </span>bucket<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">StringC</span><span class="tsd-signature-symbol">; </span>clientId<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">StringC</span><span class="tsd-signature-symbol">; </span>identityPoolId<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">StringC</span><span class="tsd-signature-symbol">; </span>poolId<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">StringC</span><span class="tsd-signature-symbol">; </span>region<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">StringC</span><span class="tsd-signature-symbol">; </span>registrationMethods<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">ArrayC</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">StringC</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">; </span>transientBucket<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">StringC</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">PartialC</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-symbol">{ </span>refreshTokenLifetime<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">NumberC</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">PartialC</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-symbol">{ </span>federatedSignIn<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">IntersectionC</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">TypeC</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-symbol">{ </span>appClientId<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">StringC</span><span class="tsd-signature-symbol">; </span>signInRedirectUri<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">StringC</span><span class="tsd-signature-symbol">; </span>signOutRedirectUri<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">StringC</span><span class="tsd-signature-symbol">; </span>webDomain<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">StringC</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">PartialC</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-symbol">{ </span>identityProvider<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">StringC</span><span class="tsd-signature-symbol">; </span>refreshTokenLifetime<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">NumberC</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> = ...</span></div><aside class="tsd-sources">
|
|
18
|
+
<ul>
|
|
19
|
+
<li>Defined in src/core/sdk-config.ts:49</li>
|
|
20
|
+
<li>Defined in src/core/sdk-config.ts:60</li></ul></aside></div>
|
|
21
|
+
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
22
|
+
<div class="tsd-navigation settings">
|
|
23
|
+
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
24
|
+
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Settings</h3></summary>
|
|
25
|
+
<div class="tsd-accordion-details">
|
|
26
|
+
<div class="tsd-filter-visibility">
|
|
27
|
+
<h4 class="uppercase">Member Visibility</h4><form>
|
|
28
|
+
<ul id="tsd-filter-options">
|
|
29
|
+
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li>
|
|
30
|
+
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li>
|
|
31
|
+
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></form></div>
|
|
32
|
+
<div class="tsd-theme-toggle">
|
|
33
|
+
<h4 class="uppercase">Theme</h4><select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div>
|
|
34
|
+
<nav class="tsd-navigation primary">
|
|
35
|
+
<details class="tsd-index-accordion" open><summary class="tsd-accordion-summary">
|
|
36
|
+
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
|
|
37
|
+
<div class="tsd-accordion-details">
|
|
38
|
+
<ul>
|
|
39
|
+
<li class="current"><a href="../modules.html">@sudoplatform/sudo-<wbr/>user</a>
|
|
40
|
+
<ul>
|
|
41
|
+
<li class="current tsd-kind-namespace"><a href="../modules/internal.html">internal</a></li></ul></li></ul></div></details></nav>
|
|
42
|
+
<nav class="tsd-navigation secondary menu-sticky">
|
|
43
|
+
<ul>
|
|
44
|
+
<li class="tsd-kind-type-alias tsd-parent-kind-namespace"><a href="../types/internal.Config.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-4194304-path"></rect><path d="M11.31 16V8.224H8.91V7.24H14.79V8.224H12.39V16H11.31Z" fill="var(--color-text)" id="icon-4194304-text"></path></svg>Config</a></li>
|
|
45
|
+
<li class="tsd-kind-type-alias tsd-parent-kind-namespace"><a href="../types/internal.FederatedSignInConfig.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Federated<wbr/>Sign<wbr/>In<wbr/>Config</a></li>
|
|
46
|
+
<li class="tsd-kind-type-alias tsd-parent-kind-namespace"><a href="../types/internal.IdentityServiceConfig.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Identity<wbr/>Service<wbr/>Config</a></li>
|
|
47
|
+
<li class="current tsd-kind-variable tsd-parent-kind-namespace"><a href="internal.Config-1.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-variable)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-32-path"></rect><path d="M11.106 16L8.85 7.24H9.966L11.454 13.192C11.558 13.608 11.646 13.996 11.718 14.356C11.79 14.708 11.842 14.976 11.874 15.16C11.906 14.976 11.954 14.708 12.018 14.356C12.09 13.996 12.178 13.608 12.282 13.192L13.758 7.24H14.85L12.582 16H11.106Z" fill="var(--color-text)" id="icon-32-text"></path></svg>Config</a></li>
|
|
48
|
+
<li class="tsd-kind-variable tsd-parent-kind-namespace"><a href="internal.FederatedSignInConfigCodec.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>Federated<wbr/>Sign<wbr/>In<wbr/>Config<wbr/>Codec</a></li>
|
|
49
|
+
<li class="tsd-kind-variable tsd-parent-kind-namespace"><a href="internal.IdentityServiceConfigCodec.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>Identity<wbr/>Service<wbr/>Config<wbr/>Codec</a></li>
|
|
50
|
+
<li class="tsd-kind-function tsd-parent-kind-namespace"><a href="../functions/internal.getIdentityServiceConfig.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-function)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-64-path"></rect><path d="M9.39 16V7.24H14.55V8.224H10.446V11.128H14.238V12.112H10.47V16H9.39Z" fill="var(--color-text)" id="icon-64-text"></path></svg>get<wbr/>Identity<wbr/>Service<wbr/>Config</a></li></ul></nav></div></div>
|
|
51
|
+
<div class="container tsd-generator">
|
|
52
|
+
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div>
|
|
53
|
+
<div class="overlay"></div><script src="../assets/main.js"></script></body></html>
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>FederatedSignInConfigCodec | @sudoplatform/sudo-user</title><meta name="description" content="Documentation for @sudoplatform/sudo-user"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
|
+
<div class="tsd-toolbar-contents container">
|
|
3
|
+
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
|
+
<div class="field"><label for="tsd-search-field" class="tsd-widget search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
5
|
+
<ul class="results">
|
|
6
|
+
<li class="state loading">Preparing search index...</li>
|
|
7
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@sudoplatform/sudo-user</a></div>
|
|
8
|
+
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
9
|
+
<div class="container container-main">
|
|
10
|
+
<div class="col-8 col-content">
|
|
11
|
+
<div class="tsd-page-title">
|
|
12
|
+
<ul class="tsd-breadcrumb">
|
|
13
|
+
<li><a href="../modules.html">@sudoplatform/sudo-user</a></li>
|
|
14
|
+
<li><a href="../modules/internal.html">internal</a></li>
|
|
15
|
+
<li><a href="internal.FederatedSignInConfigCodec.html">FederatedSignInConfigCodec</a></li></ul>
|
|
16
|
+
<h1>Variable FederatedSignInConfigCodec<code class="tsd-tag ts-flagConst">Const</code> </h1></div>
|
|
17
|
+
<div class="tsd-signature">Federated<wbr/>Sign<wbr/>In<wbr/>Config<wbr/>Codec<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">IntersectionC</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">TypeC</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-symbol">{ </span>appClientId<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">StringC</span><span class="tsd-signature-symbol">; </span>signInRedirectUri<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">StringC</span><span class="tsd-signature-symbol">; </span>signOutRedirectUri<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">StringC</span><span class="tsd-signature-symbol">; </span>webDomain<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">StringC</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">PartialC</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-symbol">{ </span>identityProvider<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">StringC</span><span class="tsd-signature-symbol">; </span>refreshTokenLifetime<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">NumberC</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> = ...</span></div><aside class="tsd-sources">
|
|
18
|
+
<ul>
|
|
19
|
+
<li>Defined in src/core/sdk-config.ts:30</li></ul></aside></div>
|
|
20
|
+
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
21
|
+
<div class="tsd-navigation settings">
|
|
22
|
+
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
23
|
+
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Settings</h3></summary>
|
|
24
|
+
<div class="tsd-accordion-details">
|
|
25
|
+
<div class="tsd-filter-visibility">
|
|
26
|
+
<h4 class="uppercase">Member Visibility</h4><form>
|
|
27
|
+
<ul id="tsd-filter-options">
|
|
28
|
+
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li>
|
|
29
|
+
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li>
|
|
30
|
+
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></form></div>
|
|
31
|
+
<div class="tsd-theme-toggle">
|
|
32
|
+
<h4 class="uppercase">Theme</h4><select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div>
|
|
33
|
+
<nav class="tsd-navigation primary">
|
|
34
|
+
<details class="tsd-index-accordion" open><summary class="tsd-accordion-summary">
|
|
35
|
+
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
|
|
36
|
+
<div class="tsd-accordion-details">
|
|
37
|
+
<ul>
|
|
38
|
+
<li class="current"><a href="../modules.html">@sudoplatform/sudo-<wbr/>user</a>
|
|
39
|
+
<ul>
|
|
40
|
+
<li class="current tsd-kind-namespace"><a href="../modules/internal.html">internal</a></li></ul></li></ul></div></details></nav>
|
|
41
|
+
<nav class="tsd-navigation secondary menu-sticky">
|
|
42
|
+
<ul>
|
|
43
|
+
<li class="tsd-kind-type-alias tsd-parent-kind-namespace"><a href="../types/internal.Config.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-4194304-path"></rect><path d="M11.31 16V8.224H8.91V7.24H14.79V8.224H12.39V16H11.31Z" fill="var(--color-text)" id="icon-4194304-text"></path></svg>Config</a></li>
|
|
44
|
+
<li class="tsd-kind-type-alias tsd-parent-kind-namespace"><a href="../types/internal.FederatedSignInConfig.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Federated<wbr/>Sign<wbr/>In<wbr/>Config</a></li>
|
|
45
|
+
<li class="tsd-kind-type-alias tsd-parent-kind-namespace"><a href="../types/internal.IdentityServiceConfig.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Identity<wbr/>Service<wbr/>Config</a></li>
|
|
46
|
+
<li class="tsd-kind-variable tsd-parent-kind-namespace"><a href="internal.Config-1.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-variable)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-32-path"></rect><path d="M11.106 16L8.85 7.24H9.966L11.454 13.192C11.558 13.608 11.646 13.996 11.718 14.356C11.79 14.708 11.842 14.976 11.874 15.16C11.906 14.976 11.954 14.708 12.018 14.356C12.09 13.996 12.178 13.608 12.282 13.192L13.758 7.24H14.85L12.582 16H11.106Z" fill="var(--color-text)" id="icon-32-text"></path></svg>Config</a></li>
|
|
47
|
+
<li class="current tsd-kind-variable tsd-parent-kind-namespace"><a href="internal.FederatedSignInConfigCodec.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>Federated<wbr/>Sign<wbr/>In<wbr/>Config<wbr/>Codec</a></li>
|
|
48
|
+
<li class="tsd-kind-variable tsd-parent-kind-namespace"><a href="internal.IdentityServiceConfigCodec.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>Identity<wbr/>Service<wbr/>Config<wbr/>Codec</a></li>
|
|
49
|
+
<li class="tsd-kind-function tsd-parent-kind-namespace"><a href="../functions/internal.getIdentityServiceConfig.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-function)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-64-path"></rect><path d="M9.39 16V7.24H14.55V8.224H10.446V11.128H14.238V12.112H10.47V16H9.39Z" fill="var(--color-text)" id="icon-64-text"></path></svg>get<wbr/>Identity<wbr/>Service<wbr/>Config</a></li></ul></nav></div></div>
|
|
50
|
+
<div class="container tsd-generator">
|
|
51
|
+
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div>
|
|
52
|
+
<div class="overlay"></div><script src="../assets/main.js"></script></body></html>
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>IdentityServiceConfigCodec | @sudoplatform/sudo-user</title><meta name="description" content="Documentation for @sudoplatform/sudo-user"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
|
+
<div class="tsd-toolbar-contents container">
|
|
3
|
+
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
|
+
<div class="field"><label for="tsd-search-field" class="tsd-widget search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
5
|
+
<ul class="results">
|
|
6
|
+
<li class="state loading">Preparing search index...</li>
|
|
7
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@sudoplatform/sudo-user</a></div>
|
|
8
|
+
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
9
|
+
<div class="container container-main">
|
|
10
|
+
<div class="col-8 col-content">
|
|
11
|
+
<div class="tsd-page-title">
|
|
12
|
+
<ul class="tsd-breadcrumb">
|
|
13
|
+
<li><a href="../modules.html">@sudoplatform/sudo-user</a></li>
|
|
14
|
+
<li><a href="../modules/internal.html">internal</a></li>
|
|
15
|
+
<li><a href="internal.IdentityServiceConfigCodec.html">IdentityServiceConfigCodec</a></li></ul>
|
|
16
|
+
<h1>Variable IdentityServiceConfigCodec<code class="tsd-tag ts-flagConst">Const</code> </h1></div>
|
|
17
|
+
<div class="tsd-signature">Identity<wbr/>Service<wbr/>Config<wbr/>Codec<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">IntersectionC</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">TypeC</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-symbol">{ </span>apiKey<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">StringC</span><span class="tsd-signature-symbol">; </span>apiUrl<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">StringC</span><span class="tsd-signature-symbol">; </span>bucket<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">StringC</span><span class="tsd-signature-symbol">; </span>clientId<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">StringC</span><span class="tsd-signature-symbol">; </span>identityPoolId<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">StringC</span><span class="tsd-signature-symbol">; </span>poolId<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">StringC</span><span class="tsd-signature-symbol">; </span>region<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">StringC</span><span class="tsd-signature-symbol">; </span>registrationMethods<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">ArrayC</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">StringC</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">; </span>transientBucket<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">StringC</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">PartialC</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-symbol">{ </span>refreshTokenLifetime<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">NumberC</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> = ...</span></div><aside class="tsd-sources">
|
|
18
|
+
<ul>
|
|
19
|
+
<li>Defined in src/core/sdk-config.ts:6</li></ul></aside></div>
|
|
20
|
+
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
21
|
+
<div class="tsd-navigation settings">
|
|
22
|
+
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
23
|
+
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Settings</h3></summary>
|
|
24
|
+
<div class="tsd-accordion-details">
|
|
25
|
+
<div class="tsd-filter-visibility">
|
|
26
|
+
<h4 class="uppercase">Member Visibility</h4><form>
|
|
27
|
+
<ul id="tsd-filter-options">
|
|
28
|
+
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li>
|
|
29
|
+
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li>
|
|
30
|
+
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></form></div>
|
|
31
|
+
<div class="tsd-theme-toggle">
|
|
32
|
+
<h4 class="uppercase">Theme</h4><select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div>
|
|
33
|
+
<nav class="tsd-navigation primary">
|
|
34
|
+
<details class="tsd-index-accordion" open><summary class="tsd-accordion-summary">
|
|
35
|
+
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
|
|
36
|
+
<div class="tsd-accordion-details">
|
|
37
|
+
<ul>
|
|
38
|
+
<li class="current"><a href="../modules.html">@sudoplatform/sudo-<wbr/>user</a>
|
|
39
|
+
<ul>
|
|
40
|
+
<li class="current tsd-kind-namespace"><a href="../modules/internal.html">internal</a></li></ul></li></ul></div></details></nav>
|
|
41
|
+
<nav class="tsd-navigation secondary menu-sticky">
|
|
42
|
+
<ul>
|
|
43
|
+
<li class="tsd-kind-type-alias tsd-parent-kind-namespace"><a href="../types/internal.Config.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-4194304-path"></rect><path d="M11.31 16V8.224H8.91V7.24H14.79V8.224H12.39V16H11.31Z" fill="var(--color-text)" id="icon-4194304-text"></path></svg>Config</a></li>
|
|
44
|
+
<li class="tsd-kind-type-alias tsd-parent-kind-namespace"><a href="../types/internal.FederatedSignInConfig.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Federated<wbr/>Sign<wbr/>In<wbr/>Config</a></li>
|
|
45
|
+
<li class="tsd-kind-type-alias tsd-parent-kind-namespace"><a href="../types/internal.IdentityServiceConfig.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Identity<wbr/>Service<wbr/>Config</a></li>
|
|
46
|
+
<li class="tsd-kind-variable tsd-parent-kind-namespace"><a href="internal.Config-1.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-variable)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-32-path"></rect><path d="M11.106 16L8.85 7.24H9.966L11.454 13.192C11.558 13.608 11.646 13.996 11.718 14.356C11.79 14.708 11.842 14.976 11.874 15.16C11.906 14.976 11.954 14.708 12.018 14.356C12.09 13.996 12.178 13.608 12.282 13.192L13.758 7.24H14.85L12.582 16H11.106Z" fill="var(--color-text)" id="icon-32-text"></path></svg>Config</a></li>
|
|
47
|
+
<li class="tsd-kind-variable tsd-parent-kind-namespace"><a href="internal.FederatedSignInConfigCodec.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>Federated<wbr/>Sign<wbr/>In<wbr/>Config<wbr/>Codec</a></li>
|
|
48
|
+
<li class="current tsd-kind-variable tsd-parent-kind-namespace"><a href="internal.IdentityServiceConfigCodec.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>Identity<wbr/>Service<wbr/>Config<wbr/>Codec</a></li>
|
|
49
|
+
<li class="tsd-kind-function tsd-parent-kind-namespace"><a href="../functions/internal.getIdentityServiceConfig.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-function)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-64-path"></rect><path d="M9.39 16V7.24H14.55V8.224H10.446V11.128H14.238V12.112H10.47V16H9.39Z" fill="var(--color-text)" id="icon-64-text"></path></svg>get<wbr/>Identity<wbr/>Service<wbr/>Config</a></li></ul></nav></div></div>
|
|
50
|
+
<div class="container tsd-generator">
|
|
51
|
+
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div>
|
|
52
|
+
<div class="overlay"></div><script src="../assets/main.js"></script></body></html>
|
package/lib/index.js
CHANGED
|
@@ -3,4 +3,9 @@ export { DefaultSudoUserClient } from './user/user-client';
|
|
|
3
3
|
export * from './user/user-client-interface';
|
|
4
4
|
export { TESTAuthenticationProvider, LocalAuthenticationProvider, } from './user/auth-provider';
|
|
5
5
|
export * from './user/error';
|
|
6
|
+
/*
|
|
7
|
+
* Private interfaces for support for other Sudo Platform
|
|
8
|
+
* SDKs.
|
|
9
|
+
*/
|
|
10
|
+
export * as internal from './core/sdk-config';
|
|
6
11
|
//# sourceMappingURL=index.js.map
|
package/lib/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,qFAAqF;AACrF,OAAO,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAA;AAC1D,cAAc,8BAA8B,CAAA;AAC5C,OAAO,EACL,0BAA0B,EAC1B,2BAA2B,GAE5B,MAAM,sBAAsB,CAAA;AAE7B,cAAc,cAAc,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,qFAAqF;AACrF,OAAO,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAA;AAC1D,cAAc,8BAA8B,CAAA;AAC5C,OAAO,EACL,0BAA0B,EAC1B,2BAA2B,GAE5B,MAAM,sBAAsB,CAAA;AAE7B,cAAc,cAAc,CAAA;AAE5B;;;GAGG;AACH,OAAO,KAAK,QAAQ,MAAM,mBAAmB,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sudoplatform/sudo-user",
|
|
3
|
-
"version": "12.0
|
|
3
|
+
"version": "12.1.0",
|
|
4
4
|
"author": "Anonyome Labs, Inc.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"cross-fetch": "^3.1.5",
|
|
71
71
|
"node-fetch": "^2.6.7",
|
|
72
72
|
"minimist": "^1.2.6",
|
|
73
|
-
"undici": "^5.
|
|
73
|
+
"undici": "^5.10.0",
|
|
74
74
|
"got": "^11.8.5"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"@types/jest": "^28.1.3",
|
|
88
88
|
"@types/jsonwebtoken": "^8.5.8",
|
|
89
89
|
"@types/lodash": "^4.14.184",
|
|
90
|
-
"@types/node": "^16.11.
|
|
90
|
+
"@types/node": "^16.11.56",
|
|
91
91
|
"@types/uuid": "^8.3.4",
|
|
92
92
|
"@typescript-eslint/eslint-plugin": "^5.34.0",
|
|
93
93
|
"@typescript-eslint/parser": "^5.34.0",
|
package/types/index.d.ts
CHANGED
|
@@ -2,3 +2,4 @@ export { DefaultSudoUserClient } from './user/user-client';
|
|
|
2
2
|
export * from './user/user-client-interface';
|
|
3
3
|
export { TESTAuthenticationProvider, LocalAuthenticationProvider, AuthenticationProvider, } from './user/auth-provider';
|
|
4
4
|
export * from './user/error';
|
|
5
|
+
export * as internal from './core/sdk-config';
|