[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:QPulseWebServices.Contracts.Service.ICore.AuthenticateSSO(System.String,System.String)"]

Namespace: QPulseWebServices.Contracts.Service
Assembly: QPulseWebServices.Contracts (in QPulseWebServices.Contracts.dll) Version: 2.100.7610.0

Syntax

C#
AuthenticateSSOResult AuthenticateSSO(
	string accessToken,
	string database
)

Parameters

accessToken
Type: System..::..String

[Missing <param name="accessToken"/> documentation for "M:QPulseWebServices.Contracts.Service.ICore.AuthenticateSSO(System.String,System.String)"]

database
Type: System..::..String

[Missing <param name="database"/> documentation for "M:QPulseWebServices.Contracts.Service.ICore.AuthenticateSSO(System.String,System.String)"]

Return Value

Type: AuthenticateSSOResult

[Missing <returns> documentation for "M:QPulseWebServices.Contracts.Service.ICore.AuthenticateSSO(System.String,System.String)"]

See Also