AuthFlow
Value members
Inherited methods
protected
def commonAuthParams(authScope: String, redirectUrl: FullUrl, clientId: ClientId): Map[String, String]
- Inherited from
- FlowStart
Returns either a successfully validated user object or an AuthError if validation fails.
Returns either a successfully validated user object or an AuthError if validation fails.
The returned Future fails with a ResponseException if any network request fails.
- Value Params
- code
auth code
- redirectUrl
redir url
- Returns
a user object or a failure
- Inherited from
- CallbackValidator