Метод | Описание | |
---|---|---|
__construct ( string $client_id, string $client_secret, string $domain ) | ||
decodeJWT ( $encToken ) : stdClass | Decodes the JWT and validate it | |
getUserProfileByA0UID ( $jwt, $a0UID ) : Symfony\Component\Security\Core\User\User | Get the Auth0 User Profile based on the JWT (and validate it). |
public decodeJWT ( $encToken ) : stdClass | ||
Результат | stdClass |
public getUserProfileByA0UID ( $jwt, $a0UID ) : Symfony\Component\Security\Core\User\User | ||
Результат | Symfony\Component\Security\Core\User\User | info as described in https://docs.auth0.com/user-profile |