Get access token for the specified account. If token is expired, automatically refreshes it. If token is missing, triggers OAuth flow (interactive) or throws AuthRequired (headless).
OptionalaccountId: stringAccount identifier for multi-account support
Access token string
Get email address for the specified account. Used during account registration to verify identity with provider.
OptionalaccountId: stringAccount identifier
Email address from provider verification
Base interface for stateful OAuth adapters (LoopbackOAuthProvider pattern)
Stateful adapters manage token storage, refresh, and multi-account state. Used for local development, test setup, and CI/CD workflows.
Key characteristics:
Parameter usage: