api library
Classes
- ApiClient
- ApiKeyAuth
- Authentication
- AuthenticationApi
- Consent
- ConsentRequest
- ConsentRequestCodeChallengeMethodEnum
- ConsentRequestCodeChallengeMethodEnumTypeTransformer
- Transformation class that can encode an instance of ConsentRequestCodeChallengeMethodEnum to String, and decode dynamic data back to ConsentRequestCodeChallengeMethodEnum.
- ConsentRequiredResponse
- ConsentRequiredResponseClient
- ConsentResponse
- DeserializationMessage
- Primarily intended for use in an isolate.
- ErrorResponse
- ErrorResponseDetailsInner
- ForgotPasswordRequest
- GetHealth200Response
- HealthApi
- HttpBasicAuth
- HttpBearerAuth
- IntrospectionResponse
- IntrospectionResponseTokenTypeEnum
- IntrospectionResponseTokenTypeEnumTypeTransformer
- Transformation class that can encode an instance of IntrospectionResponseTokenTypeEnum to String, and decode dynamic data back to IntrospectionResponseTokenTypeEnum.
- JWKS
- JWKSKeysInner
- ListConsents200Response
- ListPasskeys200Response
- LoginRequest
- LogoutRequest
- MessageResponse
- OAuth
- OAuth20Api
- OAuthErrorResponse
- OAuthTokenResponse
- OIDCApi
- OIDCDiscoveryDocument
- Passkey
- PasskeyLoginBeginRequest
- PasskeyLoginBeginResponse
- PasskeyLoginFinishRequest
- PasskeyRegistrationBeginResponse
- PasskeyRegistrationFinishRequest
- PasskeyRenameRequest
- ProductUsage
- QueryParam
- RefreshRequest
- RegisterRequest
- ResetPasswordRequest
- RevokeConsentRequest
- SubscriptionSummary
- SubscriptionSummaryStatusEnum
- SubscriptionSummaryStatusEnumTypeTransformer
- Transformation class that can encode an instance of SubscriptionSummaryStatusEnum to String, and decode dynamic data back to SubscriptionSummaryStatusEnum.
- TokenResponse
- TwoFactorConfirmRequest
- TwoFactorConfirmResponse
- TwoFactorDisableRequest
- TwoFactorEmailCodeRequest
- TwoFactorLoginRequest
- TwoFactorSetupResponse
- TwoFactorStatusResponse
- TwoFactorStatusResponseMethodsEnum
- TwoFactorStatusResponseMethodsEnumTypeTransformer
- Transformation class that can encode an instance of TwoFactorStatusResponseMethodsEnum to String, and decode dynamic data back to TwoFactorStatusResponseMethodsEnum.
- UserAnalyticsResponse
- UserInfoResponse
- UserResponse
- UsersApi
Properties
- defaultApiClient ↔ ApiClient
-
An ApiClient instance that uses the default values obtained from
the OpenAPI specification file.
getter/setter pair
Functions
-
decodeAsync(
DeserializationMessage message) → Future - Primarily intended for use in an isolate.
-
deserializeAsync(
DeserializationMessage message) → Future - Primarily intended for use in an isolate.
-
mapCastOfType<
K, V> (dynamic map, String key) → Map< K, V> ? -
Returns a valid Map<K, V> found at the specified Map
key, null otherwise. -
mapDateTime(
dynamic map, String key, [String? pattern]) → DateTime? -
Returns a valid DateTime found at the specified Map
key, null otherwise. -
mapValueOfType<
T> (dynamic map, String key) → T? -
Returns a valid
Tvalue found at the specified Mapkey, null otherwise. -
parameterToString(
dynamic value) → String - Format the given parameter object into a String.
-
serializeAsync(
Object? value) → Future< String> - Primarily intended for use in an isolate.
Typedefs
- HttpBearerAuthProvider = String Function()