View Source Boruta.Oauth.PreauthorizationCodeRequest (Boruta core v3.0.0-beta.2)

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

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

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