Class BoxAuth
java.lang.Object
io.vertx.mutiny.ext.auth.oauth2.providers.BoxAuth
- All Implemented Interfaces:
MutinyDelegate
Simplified factory to create an
OAuth2Auth for box.com.
NOTE: This class has been automatically generated from the original non Mutiny-ified interface.
- Author:
- Paulo Lopes
- See Also:
-
BoxAuth
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic OAuth2AuthCreate a OAuth2Auth provider for App.netstatic OAuth2Authcreate(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions) Create a OAuth2Auth provider for App.netbooleanio.vertx.ext.auth.oauth2.providers.BoxAuthGet the delegate instance.inthashCode()static BoxAuthnewInstance(io.vertx.ext.auth.oauth2.providers.BoxAuth delegate) Creates a new instance of theBoxAuth.toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
BoxAuth
public BoxAuth(io.vertx.ext.auth.oauth2.providers.BoxAuth delegate) Create a new instance ofBoxAuthdelegating to the given (non-null) instance ofBoxAuth. -
BoxAuth
-
-
Method Details
-
getDelegate
public io.vertx.ext.auth.oauth2.providers.BoxAuth getDelegate()Get the delegate instance.This method returns the instance on which this shim is delegating the calls. And so, give you access to the bare API.
- Specified by:
getDelegatein interfaceMutinyDelegate- Returns:
- the delegate instance
-
create
Create a OAuth2Auth provider for App.net- Parameters:
clientId- the client id given to you by box.comclientSecret- the client secret given to you by box.com
-
create
public static OAuth2Auth create(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions) Create a OAuth2Auth provider for App.net- Parameters:
clientId- the client id given to you by box.comclientSecret- the client secret given to you by box.comhttpClientOptions- custom http client options
-
newInstance
Creates a new instance of theBoxAuth. -
hashCode
public int hashCode() -
equals
-
toString
-