Annotation Type OAuthScope


  • @Target({})
    @Retention(RUNTIME)
    @Inherited
    public @interface OAuthScope
    Represents an OAuth scope.
    See Also:
    OAuthFlow Object
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String description
      Short description of the scope.
      java.lang.String name
      Name of the scope.
    • Element Detail

      • name

        java.lang.String name
        Name of the scope.
        Returns:
        the name of this scope
        Default:
        ""
      • description

        java.lang.String description
        Short description of the scope.
        Returns:
        the description of this scope
        Default:
        ""