Skip to main content

AuthProviderInput

type

What authProvider needs: everything on AuthProvider except the `kind` tag, which it adds.

type AuthProviderInput = Omit<AuthProvider, 'kind'>

Import

import { AuthProviderInput } from '@modular/sdk';

Notes

category
Authoring