Optional
Readonly
access_Optional
Readonly
authorization_Optional
expires_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
Readonly
expires_Optional
Readonly
id_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
Readonly
refresh_Optional
Readonly
scopeOptional
Readonly
token_NOTE: because the value is case insensitive it is always returned lowercased
Provider's type for this account
Optional
userid 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.