public @interface OAuth2Definition
Modifier and Type | Required Element and Description |
---|---|
OAuth2Definition.Flow |
flow
The flow used by the OAuth2 security scheme.
|
String |
key
Key used to refer to this security definition
|
Modifier and Type | Optional Element and Description |
---|---|
String |
authorizationUrl
The authorization URL to be used for this flow.
|
String |
description
A short description for security scheme.
|
Scope[] |
scopes |
String |
tokenUrl
The token URL to be used for this flow.
|
public abstract String key
public abstract OAuth2Definition.Flow flow
public abstract String description
public abstract String authorizationUrl
public abstract String tokenUrl
public abstract Scope[] scopes
Copyright © 2017. All Rights Reserved.