fun oauth2CredentialsOf(code: String? = null, extra: JsonObject? = null, redirectUri: String? = null): Oauth2Credentials
A function providing a DSL for building io.vertx.ext.auth.oauth2.Oauth2Credentials objects.
Credentials specific to the io.vertx.ext.auth.oauth2.OAuth2Auth provider