shaple library
Classes
- AdminUserAttributes
- AMREntry
- An authentication method reference (AMR) entry.
- ApiVersions
- AuthClientOptions
- AuthMFAAdminDeleteFactorResponse
- AuthMFAAdminListFactorsResponse
- AuthMFAChallengeResponse
- AuthMFAEnrollResponse
- AuthMFAGetAuthenticatorAssuranceLevelResponse
- AuthMFAListFactorsResponse
- AuthMFAUnenrollResponse
- AuthMFAVerifyResponse
- AuthResponse
- Response which might or might not contain session and/or user
- AuthSessionUrlResponse
- AuthState
- Bucket
- BucketOptions
- public The visibility of the bucket. Public buckets don't require an authorization token to download objects, but still require a valid token for all other operations. By default, buckets are private.
- Factor
- FileObject
- FileOptions
- GenerateLinkProperties
- GenerateLinkResponse
- GoTrueAdminApi
- GotrueAsyncStorage
- Interface to provide async storage to store pkce tokens.
- GoTrueClient
- API client to interact with gotrue server.
- GoTrueMFAApi
- OAuthResponse
- Response of OAuth signin
-
PostgrestBuilder<
T, S, R> - The base builder class.
- PostgrestClient
- A PostgREST api client written in Dartlang. The goal of this library is to make an "ORM-like" restful interface.
- PostgrestClientOptions
-
PostgrestFilterBuilder<
T> -
PostgrestQueryBuilder<
T> - The query builder class provides a convenient interface to creating request queries.
-
PostgrestResponse<
T> - A Postgrest response
- PostgrestRpcBuilder
-
PostgrestTransformBuilder<
T> -
RawPostgrestBuilder<
T, S, R> - Needed as a wrapper around PostgrestBuilder to allow for the different return type of withConverter than in ResponsePostgrestBuilder.withConverter.
- ResendResponse
-
ResponsePostgrestBuilder<
T, S, R> - Needed as a wrapper around PostgrestBuilder to allow for the different return type of withConverter than in RawPostgrestBuilder.withConverter.
- SearchOptions
- Session
- ShapleClient
- SignedUploadURLResponse
- SignedUrl
- SortBy
- StorageClientOptions
- StorageFileApi
- StorageRetryController
- SupabaseStorageClient
- TOTPEnrollment
- TransformOptions
- Specifies the dimensions and the resize mode of the requesting image.
- User
- UserAttributes
- UserIdentity
- UserResponse
- Response that contains a user
Enums
- AMRMethod
- AuthChangeEvent
- AuthenticatorAssuranceLevels
- AuthFlowType
- CountOption
- Returns count as part of the response when specified.
- FactorStatus
- FactorType
- GenerateLinkType
- OAuthProvider
- OtpChannel
- Messaging channel to use (e.g. whatsapp or sms)
- OtpType
- RequestImageFormat
- ResizeMode
- Specifies how image cropping should be handled when performing image transformations.
- ReturningOption
- Returns count as part of the response when specified.
- SignOutScope
- Determines which sessions should be logged out.
- TextSearchType
-
The type of tsquery conversion to use on
query
.
Constants
- METHOD_DELETE → const String
- METHOD_GET → const String
- METHOD_HEAD → const String
- METHOD_PATCH → const String
- METHOD_POST → const String
- METHOD_PUT → const String
- version → const String
Typedefs
-
BroadcastChannel
= ({void Function() close, Stream<
Map< onMessage, void Function(Map) postMessage})String, dynamic> > -
Headers
= Map<
String, String> -
PostgrestConverter<
S, T> = S Function(T data) -
PostgrestList
= List<
PostgrestMap> -
PostgrestListResponse
= PostgrestResponse<
PostgrestList> -
PostgrestMap
= Map<
String, dynamic> -
PostgrestMapResponse
= PostgrestResponse<
PostgrestMap>