@nycu-sdc/core-system-sdk
    Preparing search index...

    Type Alias AuthLinkParams

    type AuthLinkParams = {
        email: string;
        name: string;
        oauthProvider: AuthOAuthLoginProviders;
    }
    Index

    Properties

    email: string

    The email of the existing user.

    name: string

    The name of the existing user.

    The OAuth2 provider of the existing user.