Filip

Results 2 issues of Filip

When i try to aquire a fresh token with a refreshtoken based on the example, the request fails: ```await controller.refreshToken( B2CAuthEntity( refreshToken: _refreshTokenController.text.trim(), userFlowName: aadB2CUserFlowName, tenantBaseUrl: aadB2CUserAuthFlow, clientId: aadB2CClientID, ),...