Annotation Type OAuthScope
-
@Target({}) @Retention(RUNTIME) @Inherited public @interface OAuthScope
Represents an OAuth scope.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description String
description
Short description of the scope.String
name
Name of the scope.
-