authHeaders property

Map<String, String>? authHeaders
getter/setter pair

authHeaders that can be stored while in use for a client not using an oauth2 flow but has security headers

Implementation

Map<String, String>? authHeaders;