Class OAuthFlow
java.lang.Object
io.vertx.rxjava3.openapi.contract.OAuthFlow
- All Implemented Interfaces:
io.vertx.lang.rx.RxDelegate
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe authorization URL to be used for this flow.The URL to be used for obtaining refresh tokens.The available scopes for the OAuth2 security scheme.The token URL to be used for this flow.inthashCode()static OAuthFlownewInstance(OAuthFlow arg) toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
OAuthFlow
-
OAuthFlow
-
-
Method Details
-
toString
-
equals
-
hashCode
-
getDelegate
- Specified by:
getDelegatein interfaceio.vertx.lang.rx.RxDelegate
-
getAuthorizationUrl
The authorization URL to be used for this flow. This MUST be in the form of a URL. The OAuth2 standard requires the use of TLS.- Returns:
-
getTokenUrl
The token URL to be used for this flow. This MUST be in the form of a URL. The OAuth2 standard requires the use of TLS.- Returns:
-
getRefreshUrl
The URL to be used for obtaining refresh tokens. This MUST be in the form of a URL. The OAuth2 standard requires the use of TLS.- Returns:
-
getScopes
-
newInstance
-