suspend fun AuthHandler.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.
handler
- the handler to be called once the information is available.