@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 = {
        c: string;
        r?: string;
    }
    Index

    Properties

    c r?

    Properties

    c: string

    The callback URL of the OAuth2 login. See details

    r?: string

    The redirect URL for login callback.