AppleProvider class
애플 로그인 Provider
- Implemented types
Constructors
- AppleProvider(AppleConfig config)
Properties
- config → AppleConfig
-
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> -
초기화 (별도 초기화 필요 없음)
override
-
isAvailable(
) → Future< bool> - 애플 로그인 지원 여부 확인
-
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
-
unlink(
) → Future< AuthResult> -
애플 연결 해제 (서버사이드에서만 가능)
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited