Skip to main content

novorender-api-docs / DataJsAPI / AuthenticationHeader

Interface: AuthenticationHeader

Authentication header using for protected api calls

Properties

header: string;

Authentication header name (Authentication, Set-Cookie, X-Api-Key etc)


value

value: string;

Authentication header value (Bearer ..., "auth cookie name"="auth cookie value", "api key" etc