MPITokenizer class

Implemented types

Constructors

MPITokenizer(InvocationHandler _h)

Properties

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

Methods

accept(String code, {Context? ctx}) Future<AccessCode?>
Accept OAuth2 accept grant code.
override
apply(String kind, Duration duration, {Context? ctx}) Future<String?>
Apply
override
authenticate(String token, {Context? ctx}) Future<AccessID?>
Authenticate OAuth2 authenticate.
override
authorize(String code, {Context? ctx}) Future<AccessToken?>
Authorize OAuth2 code authorize.
override
captcha(String kind, Map<String, String> features, {Context? ctx}) Future<Captcha?>
Captcha apply a graphics captcha.
override
grant(Credential credential, {Context? ctx}) Future<AccessGrant?>
Grant OAuth2 code grant.
override
ioc() → void
override
matches(String mno, String value, {Context? ctx}) Future<bool?>
Matches a graphics captcha value.
override
methods() Map<String, Introspector>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
quickauth(Credential credential, {Context? ctx}) Future<AccessToken?>
Quickauth OAuth2 quick authorize, contains grant code and code authorize.
override
refresh(String token, {Context? ctx}) Future<AccessToken?>
Refresh OAuth2 auth token refresh.
override
reject(String code, {Context? ctx}) Future<void>
Reject OAuth2 reject grant code.
override
toString() String
A string representation of this object.
inherited
verify(String token, {Context? ctx}) Future<bool?>
Verify
override

Operators

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