Package com.microsoft.kiota.http
Class ContinuousAccessEvaluationClaims
java.lang.Object
com.microsoft.kiota.http.ContinuousAccessEvaluationClaims
Helper class to extract the claims from the WWW-Authenticate header in a response.
https://learn.microsoft.com/en-us/entra/identity/conditional-access/concept-continuous-access-evaluation
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetClaimsFromResponse(okhttp3.Response response) Extracts the claims from the WWW-Authenticate header in a response.
-
Method Details
-
getClaimsFromResponse
Extracts the claims from the WWW-Authenticate header in a response.- Parameters:
response- the response to extract the claims from.- Returns:
- the claims
-