$provider
$provider : \League\OAuth2\Client\Provider\AbstractProvider
An instance of the League OAuth Client Provider.
OAuth - OAuth2 authentication wrapper class.
Uses the oauth2-client package from the League of Extraordinary Packages.
$oauthUserEmail : string
The user's email address, usually used as the login ID and also the from address when sending email.
$oauthClientSecret : string
The client secret, generated in the app definition of the service you're connecting to.
$oauthClientId : string
The client ID, generated in the app definition of the service you're connecting to.
$oauthRefreshToken : string
The refresh token, used to obtain new AccessTokens.