Interface AuthorizationServerContract.UpdateStages.WithResourceOwnerUsername

    • Method Detail

      • withResourceOwnerUsername

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