Click or drag to resize

SolidFireElementGetIdpAuthenticationStateAsync Method

Return information regarding the state of authentication using third party Identity Providers

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<GetIdpAuthenticationStateResult> GetIdpAuthenticationStateAsync(
	CancellationToken cancellationToken
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskGetIdpAuthenticationStateResult

Implements

ISolidFireElementGetIdpAuthenticationStateAsync(CancellationToken)
See Also