startProvisioningWithAuthRequestReturningResult
suspend fun startProvisioningWithAuthRequestReturningResult(credentialIssuerUrl: String, credentialIdentifierInfo: CredentialIdentifierInfo): KmmResult<CredentialIssuanceResult.OpenUrlForAuthnRequest>(source)
Starts the issuing process at credentialIssuerUrl. Clients need to handle the result, i.e. open the URL for user authentication or store the credentials. Clients need to call resumeWithAuthCode after getting the authorization code back from the authorization server, e.g. by the Wallet app getting opened (see redirectUrl
at oid4vciService) after the browser being redirecting back from the authorization server.
Parameters
credentialIssuerUrl
URL of the credential issuer service
credentialIdentifierInfo
credential to request, i.e. picked by user selection