AuthenticationScheme Enum

Definition

Authentication schemes supported by AndroidMessageHandler

public enum AuthenticationScheme
type AuthenticationScheme = 
Inheritance
AuthenticationScheme

Fields

Basic 2

The HTTP Basic authentication scheme

Digest 3

The HTTP Digest authentication scheme

None 0

Default value used in Scheme

Unsupported 1

AndroidMessageHandler doesn't support this scheme, the application must provide its own value. See Scheme

Remarks

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