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