Interface | osid.authentication.process.AuthenticationAcquisitionSession | ||
---|---|---|---|
Implements | osid.OsidSession | ||
Description |
This session acquires authentication credentials. The basic
method, | ||
Method | getAuthentication | ||
Description |
Gets the authentication credential for the current user. The input data may represent the identity of the remote peer or data from a challenge-response transaction necessary for generating the credantial. | ||
Return | osid.authentication.process.Authentication | the acquired authentication credential | |
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method is must be implemented. |