menu
k_auth package
documentation
models/k_auth_failure.dart
KAuthFailure
isTokenError property
isTokenError property
dark_mode
light_mode
isTokenError
property
bool
get
isTokenError
토큰 관련 오류인지 확인
Implementation
bool get isTokenError => this is TokenError;
k_auth package
documentation
models/k_auth_failure
KAuthFailure
isTokenError property
KAuthFailure class