public interface OAuthFlow extends OpenAPIObject
| Modifier and Type | Method and Description | 
|---|---|
String | 
getAuthorizationUrl()
The authorization URL to be used for this flow. 
 | 
String | 
getRefreshUrl()
The URL to be used for obtaining refresh tokens. 
 | 
Set<String> | 
getScopes()
The available scopes for the OAuth2 security scheme. 
 | 
String | 
getTokenUrl()
The token URL to be used for this flow. 
 | 
getOpenAPIModelString getAuthorizationUrl()
String getTokenUrl()
String getRefreshUrl()
Copyright © 2024 Eclipse. All rights reserved.