public interface OAuthFlows extends OpenAPIObject
| Modifier and Type | Method and Description |
|---|---|
OAuthFlow |
getAuthorizationCode()
Configuration for the OAuth Authorization Code flow.
|
OAuthFlow |
getClientCredentials()
Configuration for the OAuth Client Credentials flow.
|
OAuthFlow |
getImplicit()
Configuration for the OAuth Implicit flow.
|
OAuthFlow |
getPassword()
Configuration for the OAuth Resource Owner Password flow
|
getOpenAPIModelOAuthFlow getImplicit()
OAuthFlow getPassword()
OAuthFlow getClientCredentials()
OAuthFlow getAuthorizationCode()
Copyright © 2024 Eclipse. All rights reserved.