Boruta core v0.1.0-rc.5 Boruta.Oauth.AuthorizeResponse View Source

Authorize response

Link to this section Summary

Link to this section Types

Link to this type

t()

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

Link to this section Functions

Link to this function

from_token(token)

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