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