public class OAuthFlow extends Object
| Constructor and Description | 
|---|
OAuthFlow()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addExtension(String name,
            Object value)  | 
OAuthFlow | 
authorizationUrl(String authorizationUrl)  | 
boolean | 
equals(Object o)  | 
OAuthFlow | 
extensions(Map<String,Object> extensions)  | 
String | 
getAuthorizationUrl()
returns the authorizationUrl property from a OAuthFlow instance. 
 | 
Map<String,Object> | 
getExtensions()  | 
String | 
getRefreshUrl()
returns the refreshUrl property from a OAuthFlow instance. 
 | 
Scopes | 
getScopes()
returns the scopes property from a OAuthFlow instance. 
 | 
String | 
getTokenUrl()
returns the tokenUrl property from a OAuthFlow instance. 
 | 
int | 
hashCode()  | 
OAuthFlow | 
refreshUrl(String refreshUrl)  | 
OAuthFlow | 
scopes(Scopes scopes)  | 
void | 
setAuthorizationUrl(String authorizationUrl)  | 
void | 
setExtensions(Map<String,Object> extensions)  | 
void | 
setRefreshUrl(String refreshUrl)  | 
void | 
setScopes(Scopes scopes)  | 
void | 
setTokenUrl(String tokenUrl)  | 
OAuthFlow | 
tokenUrl(String tokenUrl)  | 
String | 
toString()  | 
public String getAuthorizationUrl()
public void setAuthorizationUrl(String authorizationUrl)
public String getTokenUrl()
public void setTokenUrl(String tokenUrl)
public String getRefreshUrl()
public void setRefreshUrl(String refreshUrl)
public Scopes getScopes()
public void setScopes(Scopes scopes)
Copyright © 2019. All rights reserved.