open class GoogleAuth
Simplified factory to create an io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth for Google. NOTE: This class has been automatically generated from the io.vertx.ext.auth.oauth2.providers.GoogleAuth non RX-ified interface using Vert.x codegen.
GoogleAuth(delegate: GoogleAuth) |
static val __TYPE_ARG: TypeArg<GoogleAuth> |
open static fun create(vertx: Vertx, clientId: String, clientSecret: String): OAuth2Authopen static fun create(vertx: Vertx, clientId: String, clientSecret: String, httpClientOptions: HttpClientOptions): OAuth2Auth
Create a OAuth2Auth provider for Google open static fun create(vertx: Vertx, serviceAccountJson: JsonObject): OAuth2Authopen static fun create(vertx: Vertx, serviceAccountJson: JsonObject, httpClientOptions: HttpClientOptions): OAuth2Auth
Create a OAuth2Auth provider for Google Service Account (Server to Server) |
|
open fun equals(other: Any?): Boolean |
|
open fun getDelegate(): GoogleAuth |
|
open fun hashCode(): Int |
|
open static fun newInstance(arg: GoogleAuth): GoogleAuth |
|
open fun toString(): String |