PURISTA API / @purista/core / AuthCredentials
Type Alias: AuthCredentials
AuthCredentials =
object
Defined in: packages/core/src/HttpClient/types/AuthCredentials.ts:4
HTTP authentication information
Properties
basicAuth?
optional
basicAuth:object
Defined in: packages/core/src/HttpClient/types/AuthCredentials.ts:6
Basic-Auth information
password
password:
string
Basic-Auth password
username
username:
string
Basic-Auth username
bearerToken?
optional
bearerToken:string
Defined in: packages/core/src/HttpClient/types/AuthCredentials.ts:13
Bearer token header