View Source Boruta.Oauth.TokenResponse (Boruta core v2.1.0)
Response returned in case of access token request success. Provides utilities and mandatory data needed to respond to the token part of client credentials, resource owner password, code and hybrid flows.
Link to this section Summary
Link to this section Types
Specs
Link to this section Functions
Specs
from_token(%{ required(type :: :token | :id_token) => token :: Boruta.Oauth.Token.t() | String.t() }) :: t()