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

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

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

Functions

Link to this function

from_tokens(map, preauthorized_code_request)

View Source