IdToken constructor

IdToken({
  1. required String token,
  2. String? nonce,
  3. String? accessToken,
})

Implementation

IdToken({required this.token, this.nonce, this.accessToken});