LemonAi. Auth. AnthropicOAuth
(lemon_ai v0.1.0)
View Source
Anthropic OAuth helpers for Claude subscription-backed access.
Summary
Types
Functions
@spec decode_secret(String.t()) :: {:ok, oauth_secret()} | :not_oauth
@spec encode_secret(oauth_secret()) :: String.t()
@spec login_device_flow([login_opt()]) :: {:ok, oauth_secret()} | {:error, term()}
@spec oauth_beta_features() :: [String.t()]
@spec resolve_access_token() :: String.t() | nil