All Superinterfaces:
Constructible, Extensible, Map<String,String>

public interface Scopes extends Constructible, Extensible, Map<String,String>
Scopes is a property of OAuth Flow Object.
See Also:
  • Method Details

    • addScope

      Scopes addScope(String scope, String description)
      Adds name of an existing scope object and item parameters to a Scopes instance as a key-value pair in a map.
      Parameters:
      scope - the name of a scope
      description - description of the scope
      Returns:
      Scopes instance with the added key-value pair