Oasis.Plug.BearerAuth.parse_bearer_auth
You're seeing just the function
parse_bearer_auth
, go back to Oasis.Plug.BearerAuth module for more information.
Parses the request token from Bearer HTTP authentication.
It returns either {:ok, token}
or {:error, "invalid_request"}
.