Interface OpenidConnectProviderContract.UpdateStages.WithUseInTestConsole

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

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

    • withUseInTestConsole

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