The API for the session data source.
The authenticator for the session data source.
The IDM options for the session data source.
The URL manager for the session 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 session data source. SessionDatasource
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