Interface AuthorizationServerContract.UpdateStages.WithSupportState

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

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

    Modifier and Type
    Method
    Description
    withSupportState(Boolean supportState)
    Specifies the supportState property: If true, authorization server will include state parameter from the authorization request to its response.
  • Method Details

    • withSupportState

      AuthorizationServerContract.Update withSupportState(Boolean supportState)
      Specifies the supportState property: If true, authorization server will include state parameter from the authorization request to its response. Client may use state parameter to raise protocol security..
      Parameters:
      supportState - If true, authorization server will include state parameter from the authorization request to its response. Client may use state parameter to raise protocol security.
      Returns:
      the next definition stage.