OAuthSettings type

OAuthSettings type

Map of enabled OAuth services and their respective names

Signature

  1. export declare type OAuthSettings = Partial<Record<OAuth, {
  2. name: string;
  3. icon?: string;
  4. }>>;

Import

  1. import { OAuthSettings } from '@grafana/data';