OAuth type

OAuth type

Supported OAuth services

Signature

  1. export declare type OAuth = 'github' | 'gitlab' | 'google' | 'generic_oauth' | 'grafana_com' | 'azuread' | 'okta';

Import

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