Authenticate
This function is used to request authentication. This is where the authentication mechanism is handled.
Optional
response: ResponseOptional
options: RequestInittrue if authentication was successful
Is Authenticated
This function checkes the response and should determine if the response is returning an authentication fault
Response that authentication test should be ran against
Optional
maxMaximum Tries
Number of failed authentication attempts before giving up.
Optional
prePre-Authenticate
This optional function is used to pre authenticate a request. For example in the case the request is authenticated via a token.
to pre authenticate
Optional
options: RequestInitPre authenticated Request Object
Request Authenticator