Interface AuthorizationServerContract.UpdateStages.WithResourceOwnerPassword

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

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

    Modifier and Type
    Method
    Description
    withResourceOwnerPassword(String resourceOwnerPassword)
    Specifies the resourceOwnerPassword property: Can be optionally specified when resource owner password grant type is supported by this authorization server.
  • Method Details

    • withResourceOwnerPassword

      AuthorizationServerContract.Update withResourceOwnerPassword(String resourceOwnerPassword)
      Specifies the resourceOwnerPassword property: Can be optionally specified when resource owner password grant type is supported by this authorization server. Default resource owner password..
      Parameters:
      resourceOwnerPassword - Can be optionally specified when resource owner password grant type is supported by this authorization server. Default resource owner password.
      Returns:
      the next definition stage.