The API for the user data source.
The IDM options for the user data source.
The session information for the user data source.
The URL manager for the user data source.
Handles the authentication response from the server.
The response object from the server.
Optional
username: stringThe username for the authentication.
Optional
isRenewal: booleanIndicates if the authentication is a renewal.
Optional
isLocalAuthentication: booleanIndicates if the authentication is local.
A promise that resolves with the authentication response.
Interface representing a user data source. UserDatasource
Method
handleAuthenticationResponse - Handles the authentication response.
Param: resp
The response object containing authorization or error information.
Param: username
The username associated with the response.
Param: isRenewal