web package
Classes
Class | Description |
---|---|
AuthContainer | Skygear Auth APIs. |
BaseAPIClient | |
CancelError | CancelError is an error to represent cancel. |
Container | Skygear APIs container. |
GlobalJSONContainerStorage | |
ImageProcessingPipelineBuilder | Image processing pipeline builder. |
OIDCContainer | Skygear Auth OIDC client APIs. |
SkygearError | Skygear API error. |
WebAPIClient | |
WebAssetContainer | Skygear Asset APIs (for web platforms). |
WebAuthContainer | Skygear Auth APIs (for web platforms). |
WebContainer | Skygear APIs container (for web platforms). |
WebOIDCContainer | Skygear OIDC APIs (for web platforms). |
Functions
Function | Description |
---|---|
decodeAuthResponse(r) | |
decodeError(err) | |
decodeIdentity(i) | |
decodeSession(s) | |
decodeUser(u) | |
encodeIdentity(i) | |
encodeUser(u) | |
isValidationError(err) | Check if the provided error indicates the server failed to validate input parameters to API. |
Interfaces
Interface | Description |
---|---|
AuthorizeOptions | Auth UI authorization options |
AuthResponse | |
ByteArray | |
ChallengeResponse | |
ConfigureOptions | |
ContainerOptions | |
ContainerStorage | |
CustomTokenIdentity | |
ExtraSessionInfoOptions | |
Identity | |
IdentityClaims | |
ImageProcessingPipelineBuilderResizeOptions | |
OAuthError | OAuthError represents the oauth error response. https://tools.ietf.org/html/rfc6749#section-4.1.2.1 |
OAuthIdentity | |
OAuthManualAuthorizationURLOptions | |
OAuthMobileAppAuthorizationURLOptions | |
OAuthWebPopupAuthorizationURLOptions | |
OAuthWebRedirectAuthorizationURLOptions | |
PasswordIdentity | |
PromoteOptions | Auth UI anonymous user promotion options |
Session | |
SessionUserAgent | |
SSOLoginOptions | |
StorageDriver | |
UploadAssetOptions | |
User | |
ValidationError | |
ValidationErrorCauseBase | |
ValidationErrorExpectationDetails | |
ValidationErrorFormatDetails | |
ValidationErrorRangeDetails |
Variables
Variable | Description |
---|---|
CANCEL | CANCEL is sentinel value for cancel. |
defaultContainer | Default Skygear APIs container. |
localStorageStorageDriver | |
SkygearErrorNames | |
ValidationErrorKinds | |
VERSION |