@Target(value={}) @Retention(value=RUNTIME) @Inherited public @interface OAuthFlows
Modifier and Type | Optional Element and Description |
---|---|
OAuthFlow |
authorizationCode |
OAuthFlow |
clientCredentials |
OAuthFlow |
implicit |
OAuthFlow |
password |
public abstract OAuthFlow implicit
public abstract OAuthFlow password
public abstract OAuthFlow clientCredentials
public abstract OAuthFlow authorizationCode
Copyright © 2017. All rights reserved.