/** An interface for OAuth configuration */
export interface OAuthConfiguration {
  clockSkew?: number;
}
