Interface AuthorizationServerContract.UpdateStages.WithSupportState

    • Method Detail

      • 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.