Invoicing Connection OAuth

Show:

ID_INVOICING_CONNECTION

Int(11)

Connector identifier (0..1 relationship — at most one OAuth per connection)

ID_INVOICING_CONNECTION_OAUTH

Int(11)

Unique identifier.

INVOICING_CONNECTION_OAUTH_ACCESS_TOKEN

Text

OAuth access token returned by the provider

INVOICING_CONNECTION_OAUTH_CODE

Varchar(20)

Provider code (identifies which OAuth provider these credentials belong to)

INVOICING_CONNECTION_OAUTH_EXPIRES_IN

Int(11)

Lifetime of the access token in seconds (as returned by the provider)

INVOICING_CONNECTION_OAUTH_REFRESH_TOKEN

Text

OAuth refresh token used to renew the access token

INVOICING_CONNECTION_OAUTH_TOKEN_TYPE

Varchar(20)

OAuth token type (typically "Bearer")