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