OAuthSettings type
OAuthSettings type
Map of enabled OAuth services and their respective names
Signature
export declare type OAuthSettings = Partial<Record<OAuth, {
name: string;
icon?: string;
}>>;
Import
import { OAuthSettings } from '@grafana/data';