export interface Auth1ServiceTokenInterface {
    accessToken: string;
    accessTokenSecret: string;
    userID: string;
    dateCreated: number;
}
