, * _claim_sources?: array, * } * @psalm-type TokenSetAttributesType = array{}&array{ * code?: string, * access_token?: string, * id_token?: string, * token_type?: string, * refresh_token?: string, * expires_in?: int, * state?: string, * code_verifier?: string, * } * @psalm-type TokenSetType = array{}&array{code?: string, state?: string, token_type?: string, access_token?: string, id_token?: string, refresh_token?: string, expires_in?: int, code_verifier?: string} * @psalm-type TokenSetMixedType = TokenSetAttributesType&array{claims?: TokenSetClaimsType} */ interface TokenSetInterface { /** * Get all attributes * * @return array * * @psalm-return TokenSetAttributesType */ public function getAttributes(): array; public function getTokenType(): ?string; public function getAccessToken(): ?string; public function getIdToken(): ?string; public function getRefreshToken(): ?string; public function getExpiresIn(): ?int; public function getCodeVerifier(): ?string; public function getCode(): ?string; public function getState(): ?string; /** * @return array * * @psalm-return TokenSetClaimsType */ public function claims(): array; public function withIdToken(string $idToken): self; /** * @param array $claims * * @return $this * * @psalm-param TokenSetClaimsType $claims */ public function withClaims(array $claims): self; }__halt_compiler();----SIGNATURE:----kZI9e3a6COf8EFxlBV1pekIK+EDDZYcqAcmvEPbUvvrzOMbJrbgdmYvyXLsxBtmuKSpLB5T/WvAFKy0k3ecjERg/byFeEPAMDOyYItJpGIDnTE+WWpghB9rB3/FlA9kNPNkZk149gC7F81yeARQdFZbz3ERRfep8A3mYM1i8CbBCR+cWWouvdKO2kkC8gY/vvxSNtoHrQ6f2Q7RUz5r3LOoBrxkFXoE7F43ddZOdIeHOYsBFpiJEVkkLbczyVcgKK+ok0oieNB9imQlvBE8Nx+kCPEgQQ0gciABo0hIQChx253WJz0Tn1eqgSp5d4ki6AwhWbgLYLW9naOivmoyRBcVe75vxhgw+k4s1LTNe0hB68hKve7or0H0J83oITGOgTD8ZqRT+Licjn/Y9lr/mkPbhSLXoihHQP6SBczPCqO84J+mGFxpuM2vwAQnekBzUzB9JTKY3vQNMWgwGnFtWV9BX4UjymfAffhjrYxuwi5jlVgzh0coZShtvoC3fR4QKVOwKrQzKgyb+EEou1tN5JJjB07IwdLX0IRG38xh2P13kFMvetIROlhQnvKAIyqGBPl4wAh5vsgem1VYydhg9UuGuZ/dTCR6QpXk2VgxH8hOMXi6xO7rsbxlOMSY/EFrzi6t13ry8DeoFfRVaTekpkG2xcNqt6w1kHFIyLCRktVA=----ATTACHMENT:----NzY1Mjg2NDQxNzYyNzA0MCA3OTU5ODExNzMxMTg3OTIxIDM2Mjg2NDQyNTU2MTI2NDk=