Authentication enum

The type of authentication

Inheritance

Constructors

Authentication()
const

Values

oauth2 → const Authentication

OAuth 2 authentication

passwordClearText → const Authentication

same as plain

plain → const Authentication

plain text authentication

passwordEncrypted → const Authentication

The password is encrypted before transmission

secure → const Authentication

The password is secured before transmission

ntlm → const Authentication

Family of authentication protocols

gsapi → const Authentication

Generic Security Services Application Program Interface

clientIpAddress → const Authentication

The IP address of the client is used (very insecure)

tlsClientCert → const Authentication

A client certificate is used

smtpAfterPop → const Authentication

SMTP can be used after authenticating via POP3

none → const Authentication

No authentication is used

unknown → const Authentication

The authentication is not known in advance

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<Authentication>
A constant List of the values in this enum, in order of their declaration.