mirror of
https://github.com/MeowLynxSea/Proksea.git
synced 2025-07-10 19:34:41 +00:00
9 lines
256 B
TypeScript
9 lines
256 B
TypeScript
import { ServerResponseType } from "../utils/Constants";
|
|
/**
|
|
* Options for the OIDC protocol mode.
|
|
*/
|
|
export type OIDCOptions = {
|
|
serverResponseType?: ServerResponseType;
|
|
defaultScopes?: Array<string>;
|
|
};
|
|
//# sourceMappingURL=OIDCOptions.d.ts.map
|