Boruta.Oauth.PreauthorizationCodeRequest (Boruta core v3.0.0-beta.4)

View Source

Preauthorization code request

Summary

Types

t()

Type representing an authorization code request following the pre-authorized code flow as stated in OpenID for Verifiable Credential Issuance - draft 12.

Types

t()

@type t() :: %Boruta.Oauth.PreauthorizationCodeRequest{
  client_authentication: term(),
  code_verifier: String.t(),
  grant_type: String.t(),
  preauthorized_code: String.t(),
  tx_code: String.t() | nil
}

Type representing an authorization code request following the pre-authorized code flow as stated in OpenID for Verifiable Credential Issuance - draft 12.