The already-verified access token.
OptionalallowOptional insecure-connection toggle.
OptionalcurlirizeOptional curlirize toggle.
OptionaldebugOptional debug toggle.
OptionaldeploymentDeployment type — required, since there is no existing session to auto-detect it from.
OptionalexpiresToken expiry, epoch milliseconds, when known.
AM host base URL.
Discriminator for externally-issued-bearer-token auth mode.
OptionalrealmOptional realm override.
OptionalscopeSpace-delimited granted scope, when known.
OptionalsessionAM SSO session id, when the issuing OAuth2 client has a session-capture
script configured (ForgeOps/classic) and it was already recovered by
the caller (e.g. via /oauth2/tokeninfo's sessionToken field).
Credentials payload for a request context driven by an already-verified, externally-issued OAuth2 access token — the caller (e.g. an MCP server acting as an OAuth2 resource server for its HTTP transport) is expected to have already validated the token (signature/introspection, scope, expiry) before ever constructing this; this runtime never verifies a token itself, only wires an already-trusted one onto a fresh instance.
Remarks
Unlike every other auth mode, resolving this one never calls a login endpoint at all — see
AuthenticateOps.ts'sapplyAccessToken(), which this ultimately dispatches to.