@credify/credify-js
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -65,2 +65,12 @@ import { AccountModel, OIDCInfoModel, ScopeModel } from "./model"; | ||
/** | ||
* Creates OpenID Connect URL with custom responseType, responseMode param | ||
* @param id | ||
* @param redirectUri | ||
* @param scopes | ||
* @param config | ||
* @param responseType | ||
* @param responseMode | ||
*/ | ||
declare const oidcUrlCustomResponse: (id: string, redirectUri: string, scopes: string[], config: Config, responseType: string, responseMode: string) => string; | ||
/** | ||
* Creates OpenID Connect URL | ||
@@ -89,2 +99,2 @@ * @param id | ||
declare const getUserInfo: (mnemonic: string, accessToken: string, config: Config) => Promise<object>; | ||
export { authorize, attachCustomClaims, getOIDCInfo, getOffer, getOffers, getAttachClaims, startLogin, offerUrl, oidcUrl, getOfferEvaluate, getUserInfo, }; | ||
export { authorize, attachCustomClaims, getOIDCInfo, getOffer, getOffers, getAttachClaims, startLogin, offerUrl, oidcUrl, oidcUrlCustomResponse, getOfferEvaluate, getUserInfo, }; |
import { createAccount, login, getAccount } from "./domain/accountUseCase"; | ||
import { authorize, attachCustomClaims, getOIDCInfo, getOffer, getOffers, getAttachClaims, startLogin, offerUrl, oidcUrl, getOfferEvaluate, getUserInfo } from "./domain/appConnectUseCase"; | ||
import { authorize, attachCustomClaims, getOIDCInfo, getOffer, getOffers, getAttachClaims, startLogin, offerUrl, oidcUrl, oidcUrlCustomResponse, getOfferEvaluate, getUserInfo } from "./domain/appConnectUseCase"; | ||
import { UserProfile, AccountModel, OIDCInfoModel, AttachedClaimsModel, ClaimProviderModel, ScopeModel, ClaimModel } from "./domain/model"; | ||
@@ -11,2 +11,2 @@ import { Wallet, createWallet, decryptBase64 } from "./hdwallet/wallet"; | ||
import { parseStringValueByType } from "./utils/commonUtil"; | ||
export { parseStringValueByType, createWallet, createAccount, getAccount, login, authorize, attachCustomClaims, getOIDCInfo, getOffer, getOffers, getAttachClaims, getOfferEvaluate, startLogin, offerUrl, oidcUrl, signature, configure, buildClaimData, getUserInfo, decryptBase64, UserProfile, ProfileEntity, Config, Wallet, AccountModel, OIDCInfoModel, Deal, DealCondition, DealClaim, AttachedClaimsModel, ClaimProviderModel, ScopeModel, ClaimModel, }; | ||
export { parseStringValueByType, createWallet, createAccount, getAccount, login, authorize, attachCustomClaims, getOIDCInfo, getOffer, getOffers, getAttachClaims, getOfferEvaluate, startLogin, offerUrl, oidcUrl, oidcUrlCustomResponse, signature, configure, buildClaimData, getUserInfo, decryptBase64, UserProfile, ProfileEntity, Config, Wallet, AccountModel, OIDCInfoModel, Deal, DealCondition, DealClaim, AttachedClaimsModel, ClaimProviderModel, ScopeModel, ClaimModel, }; |
{ | ||
"name": "@credify/credify-js", | ||
"version": "1.2.0", | ||
"version": "1.2.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
Mixed license
License(Experimental) Package contains multiple licenses.
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
1106197
29
10198
1