1.2.0b1 (2024-09-20)
Features Added
InteractiveBrowserBrokerCredential
now implements theSupportsTokenInfo
protocol. It now has aget_token_info
method which returns anAccessTokenInfo
object. Theget_token_info
method is an alternative method toget_token
that improves support for more complex authentication scenarios.- Added Proof-of-Possession (PoP) token support to
InteractiveBrowserBrokerCredential
.