UNPKG

@arc-publishing/sdk-identity

Version:
11 lines (10 loc) 236 B
export interface initiateOIDCResponse { url: string; state?: string; clientId?: string; redirectURI: string; responseType?: string; scope?: string; codeChallenge?: string; codeChallengeMethod?: string; }