matchAndFilterAuthorizationDetailsForTokenResponse
abstract fun matchAndFilterAuthorizationDetailsForTokenResponse(authnRequestAuthnDetails: Collection<AuthorizationDetails>?, tokenRequestAuthnDetails: Set<AuthorizationDetails>): Set<AuthorizationDetails>(source)
RFC9396. (Ch. 6 paraphrased) Check if tokenRequestAuthnDetails have at most the same scope or are implied by authnRequestAuthnDetails.
Return
Set of transformed AuthorizationDetails from tokenRequestAuthnDetails