menu
scobro_foundation_flutter package
documentation
authentication/commands/google_sign_in_command.dart
SignInWithGoogleJwtCommandRequest
isValidJwtToken method
isValidJwtToken method
dark_mode
light_mode
isValidJwtToken
method
bool
isValidJwtToken
(
)
Implementation
bool isValidJwtToken() => idToken.isNotEmpty && idToken.split('.').length == 3;
scobro_foundation_flutter package
documentation
authentication/commands/google_sign_in_command
SignInWithGoogleJwtCommandRequest
isValidJwtToken method
SignInWithGoogleJwtCommandRequest class