Admin::saveUserCredentialsToCookie
Description
In BBj 11.0 and higher, this method saves the passed user credentials to a cookie, in which it will be used on subsequent Admin Utility access.
Syntax
Return Value |
Method |
---|---|
void |
saveUserCredentialsToCookie(UserCredentials credentials) |
Parameters
Variable |
Description |
---|---|
credentials |
Specifies the user credentials object that will be saved to a cookie. |
Return Value
None.
Remarks
None.
Example
|