Class AuthorizationScopeBuilder


  • public class AuthorizationScopeBuilder
    extends java.lang.Object
    • Constructor Detail

      • AuthorizationScopeBuilder

        public AuthorizationScopeBuilder()
    • Method Detail

      • scope

        public AuthorizationScopeBuilder scope​(java.lang.String scope)
        Updates the scope
        Parameters:
        scope - - scope for the authorization
        Returns:
        this
      • description

        public AuthorizationScopeBuilder description​(java.lang.String description)
        Updates the description of the scope
        Parameters:
        description - - describes what this scope represents
        Returns:
        this