Click or drag to resize

OAuthClientCoreGetToken Method

Send the request to the OAUTH server and return the OAuthTokenResponse

Namespace: SanteDB.Client.OAuth
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
protected virtual OAuthTokenResponse GetToken(
	OAuthTokenRequest request,
	IEnumerable<IClaim> clientClaimAssertions = null
)

Parameters

request  OAuthTokenRequest
The request which is to be sent to the OAauth Server
clientClaimAssertions  IEnumerableIClaim  (Optional)
Any client assertions which are to be passed in the request

Return Value

OAuthTokenResponse
The response from the OAUTH server
See Also