View Source Boruta.Oauth.PresentationRequest (Boruta core v3.0.0-beta.3)

Code request

Summary

Types

t()

Type representing a SiopV2 request as stated in Self-Issued OpenID Provider v2 - draft 13

Types

@type t() :: %Boruta.Oauth.PresentationRequest{
  authorization_details: String.t(),
  client_id: String.t(),
  client_metadata: String.t(),
  code_challenge: String.t(),
  code_challenge_method: String.t(),
  grant_type: String.t(),
  nonce: String.t(),
  prompt: String.t(),
  redirect_uri: String.t(),
  resource_owner: Boruta.Oauth.ResourceOwner.t(),
  response_type: String.t(),
  scope: String.t(),
  state: String.t()
}

Type representing a SiopV2 request as stated in Self-Issued OpenID Provider v2 - draft 13