GoogleProvider class

구글 로그인 Provider

Implemented types

Constructors

GoogleProvider(GoogleConfig config)

Properties

config GoogleConfig
final
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 초기화
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
refreshToken() Future<AuthResult>
구글 토큰 갱신 (조용한 로그인)
override
signIn() Future<AuthResult>
구글 로그인 실행
override
signOut() Future<AuthResult>
구글 로그아웃
override
toString() String
A string representation of this object.
inherited
구글 연결 해제 (탈퇴)
override

Operators

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