/** * The different types of authentication for authenticating against Twitter. * * @public */ export enum EAuthenticationType { GUEST = 'GUEST', USER = 'USER', LOGIN = 'LOGIN', }