Click or drag to resize

AuthenticationManagerSetSession Method

Initializes the session with a token and the user keys.

Namespace:  PsrApi.Managers
Assembly:  PsrApi (in PsrApi.dll) Version: 8.13.13.27522 (14.03.2022)
Syntax
C#
public Task SetSession(
	Guid userId,
	IAuthenticationToken token,
	List<UserKeyManagerKey> userKeys
)

Parameters

userId
Type: SystemGuid
The Id of the user which logged in
token
Type: PsrApi.Internals.ServiceClientsIAuthenticationToken
userKeys
Type: System.Collections.GenericListUserKeyManagerKey

Return Value

Type: Task
See Also