java.lang.Object
com.mparticle.sdk.model.registration.authentication.ScopeDetail

public final class ScopeDetail extends Object
  • Constructor Details

    • ScopeDetail

      public ScopeDetail()
  • Method Details

    • getDescription

      public String getDescription()
      Returns:
      Description of the scope
    • setDescription

      public ScopeDetail setDescription(String description)
      Parameters:
      description - Description of the scope
      Returns:
      this
    • getName

      public String getName()
      Returns:
      Name of the OAuth2 Scope
    • setName

      public ScopeDetail setName(String name)
      Parameters:
      name - Name of the OAuth2 Scope
      Returns:
      this