@Target(value={}) @Retention(value=RUNTIME) @Inherited public @interface OAuthFlow
| Modifier and Type | Optional Element and Description | 
|---|---|
String | 
authorizationUrl
The authorization URL to be used for this flow. 
 | 
Extension[] | 
extensions
The list of optional extensions 
 | 
String | 
refreshUrl
The URL to be used for obtaining refresh tokens. 
 | 
OAuthScope[] | 
scopes
The available scopes for the OAuth2 security scheme. 
 | 
String | 
tokenUrl
The token URL to be used for this flow. 
 | 
public abstract String authorizationUrl
public abstract String tokenUrl
public abstract String refreshUrl
public abstract OAuthScope[] scopes
public abstract Extension[] extensions
Copyright © 2018. All rights reserved.