Interface AuthorizationServerContract.DefinitionStages.WithUseInApiDocumentation

All Known Subinterfaces:
AuthorizationServerContract.Definition, AuthorizationServerContract.DefinitionStages.WithCreate
Enclosing interface:
AuthorizationServerContract.DefinitionStages

public static interface AuthorizationServerContract.DefinitionStages.WithUseInApiDocumentation
The stage of the AuthorizationServerContract definition allowing to specify useInApiDocumentation.
  • Method Details

    • withUseInApiDocumentation

      AuthorizationServerContract.DefinitionStages.WithCreate 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.