UNPKG

oidc-client

Version:

OpenID Connect (OIDC) & OAuth2 client library

18 lines (17 loc) 407 B
/** * Updates your application and its dependencies. See https://update.angular.io/ */ export interface Schema { /** * Shows a help message for this command in the console. */ help?: HelpUnion; } /** * Shows a help message for this command in the console. */ export declare type HelpUnion = boolean | HelpEnum; export declare enum HelpEnum { HelpJson = "JSON", Json = "json" }