@akamai/openapi-ts
    Preparing search index...

    Variable oauthClientWritableSchemaConst

    oauthClientWritableSchema: ZodObject<
        {
            label: ZodOptional<ZodString>;
            public: ZodDefault<ZodOptional<ZodBoolean>>;
            redirect_uri: ZodOptional<ZodString>;
        },
        $strip,
    > = ...

    A third-party application registered to Linode that users may log into with their Linode account through our authentication server at login.linode.com. Using an OAuth Client, a third-party developer may be given access to some, or all, of a User's account for the purposes of their application.