Interface AuthorizationServerContract.UpdateStages.WithUseInApiDocumentation

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

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

    Modifier and Type
    Method
    Description
    withUseInApiDocumentation(Boolean useInApiDocumentation)
    Specifies the useInApiDocumentation property: If true, the authorization server will be used in the API documentation in the developer portal.
  • Method Details

    • withUseInApiDocumentation

      AuthorizationServerContract.Update withUseInApiDocumentation(Boolean useInApiDocumentation)
      Specifies the useInApiDocumentation property: If true, the authorization server will be used in the API documentation in the developer portal. False by default if no value is provided..
      Parameters:
      useInApiDocumentation - If true, the authorization server will be used in the API documentation in the developer portal. False by default if no value is provided.
      Returns:
      the next definition stage.