Skip to content

Instantly share code, notes, and snippets.

@vijayakumar-psg587
Created April 21, 2020 07:45
Show Gist options
  • Save vijayakumar-psg587/72dff337cecf6aea24b57b04171b2c47 to your computer and use it in GitHub Desktop.
Save vijayakumar-psg587/72dff337cecf6aea24b57b04171b2c47 to your computer and use it in GitHub Desktop.
export interface AuthenticationModel {
keyFile?: string;
keyFilename?: string;
autoRetry?: boolean;
projectId?: string;
apiEndpoint?: string;
maxRetries?: number;
client_id?: string;
client_secret?: string;
scope?: string[];
email?: string;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment