deregistrationRequestPath abstract method
- String deregistrationRequestPath
Sets the deregistration request URL path.
For the default value please see the native API references.
Params:
- deregistrationRequestPath: the deregistration request URL path.
Returns: a ConfigurationBuilder object.
Implementation
ConfigurationBuilder deregistrationRequestPath(
String deregistrationRequestPath,
);