authenticationResponsePath abstract method

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