create Credential Request Cwt
suspend fun createCredentialRequestCwt(tokenResponse: TokenResponseParameters, issuerMetadata: IssuerMetadata, requestOptions: WalletService.RequestOptions): KmmResult<CredentialRequestParameters>
Send the result as JSON-serialized content to the server at /credential (or more specific IssuerMetadata.credentialEndpointUrl). Also send along the TokenResponseParameters.accessToken from tokenResponse in HTTP header Authorization as value Bearer accessTokenValue (depending on the TokenResponseParameters.tokenType).
Parameters
request Options
which credential in which representation to request