| suspend fun RedirectAuthHandler.authorizeAwait(user: User): UnitAuthorizes the given user against all added authorities. | |
| suspend fun RedirectAuthHandler.parseCredentialsAwait(context: RoutingContext): JsonObjectParses 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. |