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