Click or drag to resize

MemorySessionManagerServiceExtend Method

Extend the session

Namespace:  SanteDB.DisconnectedClient.Security.Session
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public ISession Extend(
	byte[] refreshToken
)

Parameters

refreshToken
Type: SystemByte

[Missing <param name="refreshToken"/> documentation for "M:SanteDB.DisconnectedClient.Security.Session.MemorySessionManagerService.Extend(System.Byte[])"]

Return Value

Type: ISession

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Security.Session.MemorySessionManagerService.Extend(System.Byte[])"]

Implements

ISessionProviderServiceExtend(Byte)
See Also