Check the Verification is done or not.
(self)
| 506 | 'id_token': credentials.id_token} |
| 507 | |
| 508 | def verification_ack(self): |
| 509 | """Check the Verification is done or not.""" |
| 510 | return self._verification_successful, self._verification_error |
| 511 | |
| 512 | def _get_credentials(self, scopes): |
| 513 | """ |
no outgoing calls
no test coverage detected