FlutterNaverLoginPlatform class abstract

네이버 로그인 기능을 제공하는 주요 클래스

이 클래스는 네이버 로그인 SDK와의 인터페이스를 제공하며, Flutter 앱에서 네이버 로그인 기능을 쉽게 사용할 수 있도록 합니다.

주요 기능:

  • 로그인/로그아웃
  • 사용자 정보 조회
  • 토큰 관리
  • 토큰 갱신
Inheritance
  • Object
  • PlatformInterface
  • FlutterNaverLoginPlatform
Implementers

Constructors

FlutterNaverLoginPlatform()

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

getCurrentAccessToken() Future<NaverToken>
현재 액세스 토큰 정보를 조회합니다.
getCurrentAccount() Future<NaverAccountResult>
현재 로그인된 사용자의 계정 정보를 조회합니다.
isLoggedIn() Future<bool>
현재 로그인 상태를 확인합니다.
logIn() Future<NaverLoginResult>
네이버 로그인을 수행합니다.
logOut() Future<NaverLoginResult>
네이버 로그아웃을 수행합니다.
logOutAndDeleteToken() Future<NaverLoginResult>
네이버 로그아웃 및 토큰 삭제를 수행합니다.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
refreshAccessTokenWithRefreshToken() Future<NaverToken>
리프레시 토큰을 사용하여 액세스 토큰을 갱신합니다.
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance FlutterNaverLoginPlatform
getter/setter pair