Interface AuthorizationServerContract.UpdateStages.WithDefaultScope

All Known Subinterfaces:
AuthorizationServerContract.Update
Enclosing interface:
AuthorizationServerContract.UpdateStages

public static interface AuthorizationServerContract.UpdateStages.WithDefaultScope
The stage of the AuthorizationServerContract update allowing to specify defaultScope.
  • Method Details

    • withDefaultScope

      AuthorizationServerContract.Update withDefaultScope(String defaultScope)
      Specifies the defaultScope property: Access token scope that is going to be requested by default. Can be overridden at the API level. Should be provided in the form of a string containing space-delimited values..
      Parameters:
      defaultScope - Access token scope that is going to be requested by default. Can be overridden at the API level. Should be provided in the form of a string containing space-delimited values.
      Returns:
      the next definition stage.