Access tokens received from the same account are different

If we used SDKBOX, this is the access token associated with Google login.
“g03500217984804757400”

When we use the SDK that Google provides to developers, the access token for the same Google account is:
“104114441829072436298”

Access tokens received from the same account are different.
Why does this difference occur?

AFAIK access token is always temporary, it changes every few hours or day for security reasons.

1 Like