Interface AuthorizationServerContract.DefinitionStages.WithResourceOwnerPassword

    • Method Detail

      • withResourceOwnerPassword

        AuthorizationServerContract.DefinitionStages.WithCreate 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.