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

oauth2CredentialsOf

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

Parameters

code -

extra -

redirectUri -