Uses of Class
com.azure.core.util.AuthenticateChallenge
Packages that use AuthenticateChallenge
-
Uses of AuthenticateChallenge in com.azure.core.util
Methods in com.azure.core.util that return types with arguments of type AuthenticateChallengeModifier and TypeMethodDescriptionstatic List<AuthenticateChallenge> CoreUtils.parseAuthenticateHeader(String authenticateHeader) Processes an authenticate header, such asHttpHeaderName.WWW_AUTHENTICATEorHttpHeaderName.PROXY_AUTHENTICATE, into a list ofAuthenticateChallenge.