Interface SimpleGoogleAuthOptions

interface SimpleGoogleAuthOptions {
    projectId?: string;
}

Properties

Properties

projectId?: string