Java.Net.Authenticator Class
An implementation of this class is able to obtain authentication information for a connection in several ways.

See Also: Authenticator Members

Syntax

[Android.Runtime.Register("java/net/Authenticator", DoNotGenerateAcw=true)]
public abstract class Authenticator : Java.Lang.Object

Remarks

An implementation of this class is able to obtain authentication information for a connection in several ways. For this purpose it has to set the default authenticator which extends Authenticator by setDefault(Authenticator a). Then it should override getPasswordAuthentication() which dictates how the authentication info is obtained. Usually, it prompts the user for the required input.

See Also

[Android Documentation]

Requirements

Namespace: Java.Net
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1