pub async fn create_verifiable_credential(
    configuration: &Configuration,
    create_verifiable_credential_request_body: Option<&CreateVerifiableCredentialRequestBody>
) -> Result<VerifiableCredentialResponse, Error<CreateVerifiableCredentialError>>
Expand description

This endpoint creates a verifiable credential that attests that the user authenticated with the provided access token owns a certain public/private key pair. More information can be found at https://openid.net/specs/openid-connect-userinfo-vc-1_0.html.