Boruta.Openid.CredentialOfferResponse (Boruta core v3.0.0-beta.4)

View Source

Response returned in case of pre authorized code request success. Provides utilities and mandatory data needed to respond to the authorize part of pre-authorized code flow.

Summary

Types

t()

@type t() :: %Boruta.Openid.CredentialOfferResponse{
  credential_configuration_ids: [String.t()],
  credential_issuer: String.t(),
  credentials: [String.t()],
  grants: %{optional(String.t()) => map()},
  redirect_uri: String.t(),
  tx_code: String.t(),
  tx_code_required: boolean()
}

Functions

from_tokens(map, preauthorized_code_request)