vertx / io.vertx.reactivex.ext.auth.oauth2.providers / LiveAuth

LiveAuth

open class LiveAuth

Simplified factory to create an for live.com Services. NOTE: This class has been automatically generated from the io.vertx.ext.auth.oauth2.providers.LiveAuth non RX-ified interface using Vert.x codegen.

Constructors

<init>

LiveAuth(delegate: LiveAuth)

Properties

__TYPE_ARG

static val __TYPE_ARG: TypeArg<LiveAuth>

Functions

create

open static fun create(vertx: Vertx, clientId: String, clientSecret: String): OAuth2Auth
open static fun create(vertx: Vertx, clientId: String, clientSecret: String, httpClientOptions: HttpClientOptions): OAuth2Auth

Create a OAuth2Auth provider for live.com

equals

open fun equals(other: Any?): Boolean

getDelegate

open fun getDelegate(): LiveAuth

hashCode

open fun hashCode(): Int

newInstance

open static fun newInstance(arg: LiveAuth): LiveAuth

toString

open fun toString(): String