TokenPair typedef

TokenPair = ({String accessToken, String dPopToken})

Authentication token pair for POD requests.

Implementation

typedef TokenPair = ({String accessToken, String dPopToken});