Boruta core v0.1.0-rc.4 Boruta.Oauth.AuthorizationCodeRequest View Source

Authorization code request

Link to this section Summary

Types

t()

Type representing an authorization code request as stated in OAuth 2.0 RFC.

Link to this section Types

Link to this type

t()

View Source
t() :: %Boruta.Oauth.AuthorizationCodeRequest{
  client_id: String.t(),
  code: String.t(),
  redirect_uri: String.t()
}

Type representing an authorization code request as stated in OAuth 2.0 RFC.