AuthSchemeBase.IsComplete Property

Definition

Gets whether the authentication exchange has completed.

public abstract bool IsComplete { [Android.Runtime.Register("isComplete", "()Z", "GetIsCompleteHandler")] get; }
[<get: Android.Runtime.Register("isComplete", "()Z", "GetIsCompleteHandler")>]
member this.IsComplete : bool

Property Value

true when the authentication exchange has completed; otherwise, false.

Implements

Attributes

Remarks

Portions of this documentation are derived from Apache HTTP Components, developed by the Apache Software Foundation and licensed under the Apache License, Version 2.0.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to