@Documented @Inherited @Retention(value=RUNTIME) public @interface EndpointAuth
| Modifier and Type | Required Element and Description |
|---|---|
EndpointAuthAccess |
access |
Scope[] |
scopes |
EndpointAuthType |
type |
public abstract EndpointAuthType type
public abstract Scope[] scopes
public abstract EndpointAuthAccess access
Copyright © 2020. All rights reserved.