Home
last modified time | relevance | path

Searched refs:assertionType (Results 1 – 2 of 2) sorted by relevance

/plugin/authgoogle/google/auth/
H A DGoogle_AssertionCredentials.php30 public $assertionType; variable in Google_AssertionCredentials
43 * @param string $assertionType
52 $assertionType = 'http://oauth.net/grant_type/jwt/1.0/bearer', argument
H A DGoogle_OAuth2.php263 'assertion_type' => $assertionCredentials->assertionType,