OAuth typeOAuth typeOAuth typeOAuth typeSupported OAuth services Signature export declare type OAuth = 'github' | 'gitlab' | 'google' | 'generic_oauth' | 'grafana_com' | 'azuread' | 'okta';Import import { OAuth } from '@grafana/data';