Important: This documentation is about an older version. It's relevant only to the release noted, many of the features and functions have been updated or replaced. Please view the current version.
OAuth type
OAuth type
Supported OAuth services
Signature
export declare type OAuth = 'github' | 'gitlab' | 'google' | 'generic_oauth' | 'grafana_com' | 'azuread' | 'okta';
Import
import { OAuth } from '@grafana/data';