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