authenticationRequestPath abstract method

ConfigurationBuilder authenticationRequestPath(
  1. 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,
);