Optional Readonlyaccess_Optional Readonlyauthorization_Optionalexpires_Calculated value based on TokenEndpointResponse.expires_in.
It is the absolute timestamp (in seconds) when the TokenEndpointResponse.access_token expires.
This value can be used for implementing token rotation together with TokenEndpointResponse.refresh_token.
Optional Readonlyexpires_Optional Readonlyid_Provider's id for this account. E.g. "google". See the full list at https://authjs.dev/reference/core/providers
This value depends on the type of the provider being used to create the account.
profile() callback.id returned from the authorize() callbackOptional Readonlyrefresh_Optional ReadonlyscopeOptional Readonlytoken_NOTE: because the value is case insensitive it is always returned lowercased
Provider's type for this account
Optionaluserid of the user this account belongs to
Usually contains information about the provider being used and also extends
TokenSet, which is different tokens returned by OAuth Providers.