BaseAuthProvider class abstract
모든 소셜 로그인 Provider가 구현해야 하는 기본 인터페이스
- Implementers
Constructors
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
-
initialize(
) → Future< void> - Provider 초기화
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
refreshToken(
) → Future< AuthResult> - 토큰 갱신 실행 성공 시 갱신된 토큰 정보를 포함한 AuthResult 반환
-
signIn(
) → Future< AuthResult> - 로그인 실행 성공 시 사용자 정보와 토큰을 포함한 AuthResult 반환
-
signOut(
) → Future< AuthResult> - 로그아웃 실행 성공 시 AuthResult.success (user: null), 실패 시 AuthResult.failure 반환
-
toString(
) → String -
A string representation of this object.
inherited
-
unlink(
) → Future< AuthResult> - 연결 해제 (탈퇴) 실행 성공 시 AuthResult.success (user: null), 실패 시 AuthResult.failure 반환
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited