Pristine.OAuth2.AuthorizationRequest (Pristine v0.3.1)

Copy Markdown View Source

Authorization URL and any generated state associated with it.

Summary

Types

t()

@type t() :: %Pristine.OAuth2.AuthorizationRequest{
  pkce_challenge: String.t() | nil,
  pkce_method: :plain | :s256 | nil,
  pkce_verifier: String.t() | nil,
  state: String.t() | nil,
  url: String.t() | nil
}