Interface AuthorizationServerContract.DefinitionStages.WithSupportState
- All Known Subinterfaces:
AuthorizationServerContract.Definition,AuthorizationServerContract.DefinitionStages.WithCreate
- Enclosing interface:
AuthorizationServerContract.DefinitionStages
public static interface AuthorizationServerContract.DefinitionStages.WithSupportState
The stage of the AuthorizationServerContract definition allowing to specify supportState.
-
Method Summary
Modifier and TypeMethodDescriptionwithSupportState(Boolean supportState) Specifies the supportState property: If true, authorization server will include state parameter from the authorization request to its response.
-
Method Details
-
withSupportState
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.
-