AuthProvider class
Methods
-
getAuthTokens({required String clientID, required AuthEndpointsData authEndpointsData})
→ Future<AuthorizationTokenResponse>
-
-
getFreshAuthTokens({required String clientID, required AuthEndpointsData authEndpointsData, String? staticRefreshToken})
→ Future<TokenResponse?>
-
-
getMicrosoftAccessToken({required String tokenEndpoint, required String clientIDIdepack, required String clientSecret, })
→ Future<Response<Json>>
-
-
getPhoto({required DioClient dioClient, required User user, })
→ Future<Response?>
-
-
getUserDetails({required DioClient microsoftDioClient, required String userInfoEndpoint, Options? getUserDetailsOptions})
→ Future<Response>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
signOut()
→ Future<EndSessionResponse?>
-
-
toString()
→ String
-
A string representation of this object.
inherited