AuthApi class
Methods
-
loginOrRefresh(String grantType, String clientId, String clientSecret, {String? username, String? password, String? refreshToken, String? totp})
→ Future<AuthenticationResponse?>
-
Login or refresh token
-
loginOrRefreshWithHttpInfo(String grantType, String clientId, String clientSecret, {String? username, String? password, String? refreshToken, String? totp})
→ Future<Response>
-
Login or refresh token
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited