Interface AuthorizationServerContract.UpdateStages.WithClientId
- All Known Subinterfaces:
AuthorizationServerContract.Update
- Enclosing interface:
AuthorizationServerContract.UpdateStages
public static interface AuthorizationServerContract.UpdateStages.WithClientId
The stage of the AuthorizationServerContract update allowing to specify clientId.
-
Method Summary
Modifier and TypeMethodDescriptionwithClientId(String clientId) Specifies the clientId property: Client or app id registered with this authorization server..
-
Method Details
-
withClientId
Specifies the clientId property: Client or app id registered with this authorization server..- Parameters:
clientId- Client or app id registered with this authorization server.- Returns:
- the next definition stage.
-