menu
kakao_login package
documentation
kakao_login.dart
OAuthToken
scopes property
scopes property
dark_mode
light_mode
scopes
property
List
<
String
>
?
get
scopes
inherited
이 토큰에 부여된 scope 목록.
Implementation
List<String>? get scopes => throw _privateConstructorUsedError;
kakao_login package
documentation
kakao_login
OAuthToken
scopes property
OAuthToken class