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

Token response

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %Boruta.Oauth.TokenResponse{
  access_token: String.t(),
  expires_in: integer(),
  refresh_token: String.t(),
  token_type: String.t()
}

Link to this section Functions

Link to this function

from_token(token)

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