Skip to content

Commit fdfa873

Browse files
committed
Add issuerState getter
1 parent ef4d602 commit fdfa873

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/Entities/AccessTokenEntity.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,4 +194,9 @@ public function getBoundRedirectUri(): ?string
194194
{
195195
return $this->boundRedirectUri;
196196
}
197+
198+
public function getIssuerState(): ?string
199+
{
200+
return $this->issuerState;
201+
}
197202
}

0 commit comments

Comments
 (0)