fun oauth2CredentialsOf(accessToken: String? = null, code: String? = null, extra: JsonObject? = null, password: String? = null, redirectUri: String? = null, username: 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