Member Junction
    Preparing search index...

    Variable MJOAuthAuthServerMetadataCacheSchemaConst

    MJOAuthAuthServerMetadataCacheSchema: ZodObject<
        {
            __mj_CreatedAt: ZodDate;
            __mj_UpdatedAt: ZodDate;
            AuthorizationEndpoint: ZodString;
            CachedAt: ZodDate;
            CodeChallengeMethodsSupported: ZodNullable<ZodString>;
            ExpiresAt: ZodDate;
            GrantTypesSupported: ZodNullable<ZodString>;
            ID: ZodString;
            IssuerURL: ZodString;
            JwksURI: ZodNullable<ZodString>;
            MetadataJSON: ZodString;
            RegistrationEndpoint: ZodNullable<ZodString>;
            ResponseTypesSupported: ZodString;
            RevocationEndpoint: ZodNullable<ZodString>;
            ScopesSupported: ZodNullable<ZodString>;
            TokenEndpoint: ZodString;
            TokenEndpointAuthMethods: ZodNullable<ZodString>;
        },
        "strip",
        ZodTypeAny,
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            AuthorizationEndpoint?: string;
            CachedAt?: Date;
            CodeChallengeMethodsSupported?: string;
            ExpiresAt?: Date;
            GrantTypesSupported?: string;
            ID?: string;
            IssuerURL?: string;
            JwksURI?: string;
            MetadataJSON?: string;
            RegistrationEndpoint?: string;
            ResponseTypesSupported?: string;
            RevocationEndpoint?: string;
            ScopesSupported?: string;
            TokenEndpoint?: string;
            TokenEndpointAuthMethods?: string;
        },
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            AuthorizationEndpoint?: string;
            CachedAt?: Date;
            CodeChallengeMethodsSupported?: string;
            ExpiresAt?: Date;
            GrantTypesSupported?: string;
            ID?: string;
            IssuerURL?: string;
            JwksURI?: string;
            MetadataJSON?: string;
            RegistrationEndpoint?: string;
            ResponseTypesSupported?: string;
            RevocationEndpoint?: string;
            ScopesSupported?: string;
            TokenEndpoint?: string;
            TokenEndpointAuthMethods?: string;
        },
    > = ...

    zod schema definition for the entity MJ: O Auth Auth Server Metadata Caches