Boruta core v0.1.0-rc.5 Boruta.Oauth.Authorization.ResourceOwner View Source
Resource owner authorization
Link to this section Summary
Functions
Authorize the resource owner corresponding to the given params.
Link to this section Functions
Authorize the resource owner corresponding to the given params.
Examples
iex> authorize(id: "id")
{:ok, %User{...}}