Deprecated: Return type of Poodle\OAuth2\AccessToken::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /usr/share/php/poodle/oauth2/accesstoken.php on line 67
Deprecated: Return type of Poodle\OAuth2\AccessToken::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /usr/share/php/poodle/oauth2/accesstoken.php on line 68
Deprecated: Return type of Poodle\OAuth2\AccessToken::offsetSet($k, $v) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /usr/share/php/poodle/oauth2/accesstoken.php on line 69
Deprecated: Return type of Poodle\OAuth2\AccessToken::offsetUnset($k) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /usr/share/php/poodle/oauth2/accesstoken.php on line 70
Deprecated: Return type of Poodle\OAuth2\AccessToken::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /usr/share/php/poodle/oauth2/accesstoken.php on line 72
class Poodle\OAuth2\AccessTokenImplements: ArrayAccess, JsonSerializable, Stringable
Methods public __construct ( $data ) __get ( $key ) __isset ( $key ) __set ( $key, $v ) __toString ( ) hasExpired ( $discrepancy = 10 ) jsonSerialize ( ) offsetExists ( $key ) offsetGet ( $key ) offsetSet ( $k, $v ) offsetUnset ( $k )
|