Type alias CredentialOfferResponse
CredentialOfferResponse: { _retrieveCredentials: ((options) => Promise<NativeRetrieveCredentialsResponse>); authorizeEndpoint: string; credentialEndpoint: string; credentials: OfferedCredential[]; issuer: string; mdocIacasUri?: string; tokenEndpoint: string; }
Type declaration
-
-
- (options): Promise<NativeRetrieveCredentialsResponse>
-
Parameters
-
options: {
autoTrustMobileIaca?: boolean;
clientId: string;
redirectUri: string;
}
-
Optional
autoTrustMobileIaca?: boolean
-
clientId: string
-
redirectUri: string
-
authorizeEndpoint: string
-
credentialEndpoint: string
-
-
issuer: string
-
Optional
mdocIacasUri?: string
-
tokenEndpoint: string