suspend fun OAuth2AuthHandler.authorizeAwait(user: User): Unit
Authorizes the given user against all added authorities. |
|
suspend fun OAuth2AuthHandler.parseCredentialsAwait(context: RoutingContext): JsonObject
Parses the credentials from the request into a JsonObject. The implementation should be able to extract the required info for the auth provider in the format the provider expects. |