@credify/credify-js
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -5,2 +5,3 @@ import { createAccount, login } from "./domain/accountUseCase"; | ||
import { Wallet, createWallet } from "./hdwallet/wallet"; | ||
export { createWallet, createAccount, login, authorize, attachCustomClaims, getOIDCInfo, getAttachCustomClaims, UserProfile, Wallet, AccountModel, OIDCInfoModel, ScopeInfoModel, }; | ||
import { OpenIDConnectClient } from "./oidc/oidc"; | ||
export { createWallet, createAccount, login, authorize, attachCustomClaims, getOIDCInfo, getAttachCustomClaims, UserProfile, Wallet, AccountModel, OIDCInfoModel, ScopeInfoModel, OpenIDConnectClient, }; |
@@ -1,1 +0,6 @@ | ||
export {}; | ||
export declare class OpenIDConnectClient { | ||
private readonly clientId; | ||
private readonly redirectUri; | ||
constructor(clientId: string, redirectUrl: string); | ||
login(): void; | ||
} |
{ | ||
"name": "@credify/credify-js", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Credify JS Library", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
923927
8338