Interface AuthorizationServerContract.UpdateStages.WithUseInTestConsole

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

public static interface AuthorizationServerContract.UpdateStages.WithUseInTestConsole
The stage of the AuthorizationServerContract update allowing to specify useInTestConsole.
  • Method Summary

    Modifier and Type
    Method
    Description
    withUseInTestConsole(Boolean useInTestConsole)
    Specifies the useInTestConsole property: If true, the authorization server may be used in the developer portal test console.
  • Method Details

    • withUseInTestConsole

      AuthorizationServerContract.Update withUseInTestConsole(Boolean useInTestConsole)
      Specifies the useInTestConsole property: If true, the authorization server may be used in the developer portal test console. True by default if no value is provided..
      Parameters:
      useInTestConsole - If true, the authorization server may be used in the developer portal test console. True by default if no value is provided.
      Returns:
      the next definition stage.