我想知道ID Token JWT中的email_verified字段是否表明帐户所有者已使用移动设备验证了他/她的帐户。这有助于避免向用户发送另一条短信进行验证。
{"iss":"accounts.google.com",
"at_hash":"HK6E_P6Dh8Y93mRNtsDB1Q",
"email_verified":"true",
"sub":"10769150350006150715113082367",
"azp":"1234987819200.apps.googleusercontent.com",
"email":"jsmith@example.com",
"aud":"1234987819200.apps.googleusercontent.com",
"iat":1353601026,
"exp":1353604926,
"hd":"example.com" }
答案 0 :(得分:1)
没有。这并不表示用户已使用移动设备验证了其帐户。