public AdalAccessToken(AuthenticationResult authResult, UserTokenProvider tokenProvider, AdalConfiguration configuration) { AuthResult = authResult; this.tokenProvider = tokenProvider; Configuration = configuration; }