OpenIdOperation class

The kinds of operations that you can perform with OpenID authentication.

Annotations

Constructors

OpenIdOperation.rawValue(String value)
Creates an operation from the given string.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
The value of the operation
final

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

operationImplicit → const OpenIdOperation
An operation that depends on the particular kind of credential provider.
operationLogin → const OpenIdOperation
An operation used to authenticate a user.
operationLogout → const OpenIdOperation
An operation that ends an authenticated session.
operationRefresh → const OpenIdOperation
An operation that refreshes the logged-in user’s credentials.