Skip to content

Search is only available in production builds. Try building and previewing the site to test it out locally.

@reactor/connect — authkind

@reactor/connect


@reactor/connect / AuthKind

AuthKind = { authorize_url: string; kind: "oauth2"; pkce?: boolean; reactor_proxy?: boolean; scopes: string[]; token_url: string; } | { format: string; header: string; kind: "personal_access_token"; } | { kind: "basic"; } | { docs_url: string; kind: "custom"; }

Defined in: index.ts:37

Authentication kind.