Future<TerraApiResponse<AuthenticationResponse>> |
TerraClientV2.generateAuthenticationURL(String resource) |
Asynchronously makes a request to the /auth/authenticateUser endpoint to
authenticate a user for the specified resource
If successful, the response will have a 200 status code with the authentication URL.
|
Future<TerraApiResponse<AuthenticationResponse>> |
TerraClientV2.generateAuthenticationURL(String resource,
String reference_id) |
Asynchronously makes a request to the /auth/authenticateUser endpoint to
authenticate a user for the specified resource
If successful, the response will have a 200 status code with the authentication URL.
|
Future<TerraApiResponse<AuthenticationResponse>> |
TerraClientV2.generateAuthenticationURL(String resource,
String reference_id,
String auth_success_redirect_url) |
Asynchronously makes a request to the /auth/authenticateUser endpoint to
authenticate a user for the specified resource
If successful, the response will have a 200 status code with the authentication URL.
|
Future<TerraApiResponse<AuthenticationResponse>> |
TerraClientV2.generateAuthenticationURL(String resource,
String reference_id,
String auth_success_redirect_url,
String auth_failure_redirect_url) |
Asynchronously makes a request to the /auth/authenticateUser endpoint to
authenticate a user for the specified resource
If successful, the response will have a 200 status code with the authentication URL.
|