Documentation

ClientCredentials

Indicates whether the provider is capable of the OAuth2 client credentials authentication flow.

Tags
see
https://datatracker.ietf.org/doc/html/rfc6749#section-4.4

Table of Contents

Methods

getClientCredentialsToken()  : AccessToken
Obtains an OAuth2 client credentials token and returns an AccessToken

Methods

getClientCredentialsToken()

Obtains an OAuth2 client credentials token and returns an AccessToken

public getClientCredentialsToken([array<string|int, mixed>|null $scopes = null ]) : AccessToken
Parameters
$scopes : array<string|int, mixed>|null = null
Return values
AccessToken

        
On this page

Search results