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