mirror of
https://github.com/code-rhapsodie/oauth2-apple.git
synced 2026-03-24 12:52:09 +01:00
Compare commits
15 Commits
main
...
update-cod
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
344c96aeaf | ||
|
|
db5789d4d2 | ||
|
|
6d17ab2e2d | ||
|
|
31ece38879 | ||
|
|
7a03f29cc5 | ||
|
|
23a643494f | ||
|
|
e645a8afa2 | ||
|
|
fdcae826ed | ||
|
|
50fe6079e3 | ||
|
|
4b913d776d | ||
|
|
6952cbec6d | ||
|
|
ba795803bb | ||
|
|
a72cfeba83 | ||
|
|
831c8e0e25 | ||
|
|
942a875dc6 |
@@ -12,7 +12,7 @@ class AppleAccessToken extends AccessToken
|
||||
|
||||
protected string $email;
|
||||
|
||||
protected bool $isPrivateEmail;
|
||||
protected ?bool $isPrivateEmail = null;
|
||||
|
||||
/**
|
||||
* @param Key[] $keys Valid Apple JWT keys
|
||||
@@ -85,7 +85,7 @@ class AppleAccessToken extends AccessToken
|
||||
return $this->email;
|
||||
}
|
||||
|
||||
public function isPrivateEmail(): bool
|
||||
public function isPrivateEmail(): ?bool
|
||||
{
|
||||
return $this->isPrivateEmail;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user