View Source Boruta.Openid.DeferedCredentialResponse (Boruta core v3.0.0-beta.1)

Response in case of delivrance of verifiable credential

Summary

Types

@type t() :: %Boruta.Openid.DeferedCredentialResponse{
  acceptance_token: String.t(),
  c_nonce: String.t(),
  c_nonce_expires_in: String.t()
}

Functions

Link to this function

from_credential(credential, token)

View Source