UNPKG

@documment/mmp.ui.data

Version:

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.0.1.

10 lines (9 loc) 261 B
export interface IOAuthCredentials { accessToken: string; tokenType: string; } export declare class OAuthCredentials implements IOAuthCredentials { accessToken: string; tokenType: string; set(accessToken: string, tokenType: string): void; }