Click or drag to resize

OAuthClientCoreRefresh Method

Issues a refresh token request to the OAUTH server

Namespace: SanteDB.Client.OAuth
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public IClaimsPrincipal Refresh(
	string refreshToken
)

Parameters

refreshToken  String
The refresh token to be extended

Return Value

IClaimsPrincipal
The updated IClaimsPrincipal with the extended session

Implements

IOAuthClientRefresh(String)
See Also