Click or drag to resize

OAuthClientGetToken Method

Contacts the OAUTH server with request

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

Parameters

request  OAuthTokenRequest
The OAUTH authentication request to send to the server
clientClaimAssertions  IEnumerableIClaim  (Optional)
Client claim assertions

Return Value

OAuthTokenResponse
The response provided by the OAUTH server
See Also