final | |
|---|---|
readonly | |
implements |
GrantStrategyInterface |
The enterprise-managed authorization grant (SEP-990), a two-legged token exchange with no user redirect.
| Methods | ||
|---|---|---|
public
|
__construct(
non-empty-string $idpTokenEndpoint,
IdentityAssertionProviderInterface $assertions,
null|non-empty-string $idpClientId = null,
bool $allowInsecureLoopback = false,
)
|
# |
public
|
grant(GrantContext $context, Cancellation $cancellation): AccessToken
|
# |
public
|
renewsByFreshGrant(): bool
|
# |