OAuthDataStorage class

Constructors

OAuthDataStorage()

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

deleteOAuthData(String userId) Future<void>
指定されたuserIdのOAuthDataを削除
getOAuthData(String userId) Future<List<OAuthData>>
userIdで指定されたuserIdのOAuthDataを取得 userIdが指定されていなければ、全件取得
insertOAuthData(OAuthData data) Future<void>
指定されたデータのOAuthDataをinsert
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openStorage() Future<Database>
OAuthのデータを保存するデータベースを使用するために開きその参照を返却する
toString() String
A string representation of this object.
inherited
updateOAuthData(OAuthData data) Future<void>
指定されたデータのOAuthDataを更新

Operators

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