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

    Type Alias AuthLoginGoogleParams

    Generated by orval v8.2.0 🍺 Do not edit manually. Core System API

    type AuthLoginGoogleParams = {
        base?: string;
        c: string;
        r?: string;
    }
    Index

    Properties

    Properties

    base?: string

    Custom base URL for OAuth callback (only used in dev mode).

    c: string

    The callback URL of the OAuth2 login. See details

    r?: string

    The redirect URL for login callback.