You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Used to grab token and options from callback. When token is not found, HTTP status 401 challenge is automatically sent.
66
+
The `realm` parameter defaults to `Application`, which is used when challenging for token.
67
+
68
+
`authenticate(callback, [callbackOnError])`
69
+
70
+
Similar to `authenticateOrRequestWithHttpToken`, except the HTTP status 401 challenge will not be sent on failure to identify token. User is responsible for deciding the next course of action.
71
+
The `callbackOnError` parameter defaults to `true` and should rarely be needed.
72
+
73
+
74
+
`requestHttpTokenAuthentication(realm)`
75
+
76
+
Issues HTTP Status 401 challenge to current Response object.
0 commit comments