Skip to main content

Type Alias: AuthServerConfigWarning

type AuthServerConfigWarning = {
  code: AuthServerConfigWarningCode;
  description: string;
};

Represents a warning that occurs during the validation of the authorization server metadata.

Properties

code

code: AuthServerConfigWarningCode;

The code representing the specific validation warning.


description

description: string;

A human-readable description of the warning.