Boruta.Oauth.PreauthorizationCodeRequest (Boruta core v3.0.0-beta.4)
View SourcePreauthorization code request
Summary
Types
Type representing an authorization code request following the pre-authorized code flow as stated in OpenID for Verifiable Credential Issuance - draft 12.
Types
@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.