Boruta.Oauth.AuthorizeResponse (Boruta core v1.0.2) View Source

Authorize response

Link to this section Summary

Link to this section Types

Specs

t() :: %Boruta.Oauth.AuthorizeResponse{
  code_challenge: String.t(),
  code_challenge_method: String.t(),
  expires_in: integer(),
  redirect_uri: String.t(),
  state: String.t(),
  type: String.t(),
  value: String.t()
}

Link to this section Functions

Specs

from_token(token :: Boruta.Oauth.Token.t()) :: t()