IntrospectionConfig.authMethod

How the resource server authenticates at the introspection endpoint: clientSecretBasic (HTTP Basic, the default) or clientSecretPost (credentials in the form body).

struct IntrospectionConfig
TokenEndpointAuthMethod authMethod;