vertx / io.vertx.kotlin.ext.auth.oauth2 / oauth2CredentialsOf

oauth2CredentialsOf

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

Parameters

accessToken -

code -

extra -

password -

redirectUri -

username -