KindeApi class

Constructors

KindeApi({Dio? dio, Serializers? serializers, String? basePathOverride, List<Interceptor>? interceptors})

Properties

dio → Dio
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serializers → Serializers
final

Methods

getApplicationsApi() ApplicationsApi
Get ApplicationsApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getBusinessApi() BusinessApi
Get BusinessApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getCallbacksApi() CallbacksApi
Get CallbacksApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getConnectedAppsApi() ConnectedAppsApi
Get ConnectedAppsApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getEnvironmentsApi() EnvironmentsApi
Get EnvironmentsApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getFeatureFlagsApi() FeatureFlagsApi
Get FeatureFlagsApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getIndustriesApi() IndustriesApi
Get IndustriesApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getOAuthApi() OAuthApi
Get OAuthApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getOrganizationsApi() OrganizationsApi
Get OrganizationsApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getPermissionsApi() PermissionsApi
Get PermissionsApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getRolesApi() RolesApi
Get RolesApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getSubscribersApi() SubscribersApi
Get SubscribersApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getTimezonesApi() TimezonesApi
Get TimezonesApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getUsersApi() UsersApi
Get UsersApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setApiKey(String name, String apiKey) → void
setBasicAuth(String name, String username, String password) → void
setBearerAuth(String name, String token) → void
setOAuthToken(String name, String token) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

basePath → const String