Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de l'interface OAuthTokenProvider
+ Graphe d'héritage de OAuthTokenProvider:

Fonctions membres publiques

 getOauth64 ()
 

Description détaillée

OAuthTokenProvider - OAuth2 token provider interface. Provides base64 encoded OAuth2 auth strings for SMTP authentication.

Voir également
OAuth
SMTP::authenticate()
Auteur
Peter Scopes (pdscopes)
Marcus Bointon (Synchro/coolbru) phpma.nosp@m.iler.nosp@m.@sync.nosp@m.hrom.nosp@m.edia..nosp@m.co.u.nosp@m.k

Documentation des fonctions membres

◆ getOauth64()

getOauth64 ( )

Generate a base64-encoded OAuth token ensuring that the access token has not expired. The string to be base 64 encoded should be in the form: "user=<user_email_address>\001auth=Bearer <access_token>\001\001"

Renvoie
string

Implémenté dans OAuth.


La documentation de cette interface a été générée à partir du fichier suivant :