signInWithCustomToken method

Future<void> signInWithCustomToken(
  1. String token
)

Implementation

Future<void> signInWithCustomToken(String token) => _auth(
    'signInWithCustomToken', {'token': token, 'returnSecureToken': 'true'});