UNPKG

oidc-client

Version:

OpenID Connect (OIDC) & OAuth2 client library

14 lines (13 loc) 238 B
export interface Schema { error?: string; info?: { [key: string]: any; }; success: boolean; target?: Target; } export interface Target { configuration?: string; project?: string; target?: string; }