Boruta core v1.0.0-rc.2 Boruta.Oauth.TokenResponse View Source

Token response

Link to this section Summary

Link to this section Types

Specs

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

Link to this section Functions

Specs

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