Pleroma v1.1.9-10-g42f76306+dev Pleroma.Web.OAuth.Token.Strategy.RefreshToken View Source
Functions for dealing with refresh token strategy.
Link to this section Summary
Functions
Will grant access token by refresh token.
Link to this section Functions
Link to this function
grant(token)
View Sourcegrant(Pleroma.Web.OAuth.Token.t()) :: {:ok, Pleroma.Web.OAuth.Token.t()} | {:error, any()}
Will grant access token by refresh token.