You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The disable method requests that a client be removed from a provider.
Acceptance criteria
Scenario 1: Provider receives receives a disable request GIVEN a Client has initialized the SDK AND a Provider as initialized the SDK WHEN the Client calls disable THEN the Provider responds to the disable request AND the Client receives a response
Notes
Include documentation for "Disabling A Client" in the "Clients" section
Include documentation for "Responding To A Disable Request" in the "Providers" section
The text was updated successfully, but these errors were encountered:
Summary
The
disable
method requests that a client be removed from a provider.Acceptance criteria
Scenario 1: Provider receives receives a disable request
GIVEN a Client has initialized the SDK
AND a Provider as initialized the SDK
WHEN the Client calls
disable
THEN the Provider responds to the disable request
AND the Client receives a response
Notes
The text was updated successfully, but these errors were encountered: