UNPKG

easy-social-auth

Version:

A flexible, standalone package for social authentication using Google, Facebook & Twitter

9 lines (8 loc) 293 B
export declare enum GrantType { AUTHORIZATION_CODE = "authorization_code", REFRESH_TOKEN = "refresh_token", PASSWORD = "password", CLIENT_CREDENTIALS = "client_credentials", INSTAGRAM_EXCHANGE_TOKEN = "ig_exchange_token", INSTAGRAM_REFRESH_TOKEN = "ig_refresh_token" }