Functions
createOnlinePresentationSession
Create an online presentation session compliant with ISO 18013-7 and OpenID4VP.
Create an online presentation session compliant with ISO 18013-7 and OpenID4VP.
Signature
function createOnlinePresentationSession(
options: CreateOnlinePresentationSessionOptions
): Promise<Result<OnlinePresentationSession, CreateOnlinePresentationSessionError>>Parameters
Prop
Type
Returns
Promise<Result<OnlinePresentationSession, CreateOnlinePresentationSessionError>>
Throws
InvalidParams if the provided arguments are missing or invalid.
MobileCredentialHolderErrorType.SdkNotInitialized if the SDK has not been initialized.
How would you rate this page?