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
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.