UNPKG

@brionmario-experimental/asgardeo-auth-spa

Version:

Asgardeo Auth SPA SDK to be used in Single-Page Applications.

52 lines 2.82 kB
/** * Copyright (c) 2020, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file except * in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ export declare const INIT = "init"; export declare const SIGN_IN = "sign-in"; export declare const AUTH_CODE = "auth-code"; export declare const SIGN_OUT = "sign-out"; export declare const HTTP_REQUEST = "http-request"; export declare const HTTP_REQUEST_ALL = "http-request-all"; export declare const REQUEST_CUSTOM_GRANT = "request-custom-grant"; export declare const REVOKE_ACCESS_TOKEN = "revoke-access-token"; export declare const END_USER_SESSION = "end-user-session"; export declare const REQUEST_START = "request-start"; export declare const REQUEST_SUCCESS = "request-success"; export declare const REQUEST_ERROR = "request-error"; export declare const REQUEST_FINISH = "request-finish"; export declare const GET_OIDC_SERVICE_ENDPOINTS = "get-oidc-service-endpoints"; export declare const GET_BASIC_USER_INFO = "get-basic-user-info"; export declare const GET_DECODED_ID_TOKEN = "get-decoded-id-token"; export declare const GET_DECODED_IDP_ID_TOKEN = "get-decoded-idp-id-token"; export declare const GET_CRYPTO_HELPER = "get-crypto-helper"; export declare const ENABLE_HTTP_HANDLER = "enable_http_handler"; export declare const DISABLE_HTTP_HANDLER = "disable_http_handler"; export declare const GET_AUTH_URL = "get_auth_url"; export declare const REQUEST_ACCESS_TOKEN = "request_get_token"; export declare const IS_AUTHENTICATED = "is_authenticated"; export declare const GET_SIGN_OUT_URL = "get_sign_out_url"; export declare const REFRESH_ACCESS_TOKEN = "refresh_access-token"; export declare const REFRESH_ACCESS_TOKEN_ERR0R = "refresh-access-token-error"; export declare const SET_SESSION_STATE = "set_session_state"; export declare const START_AUTO_REFRESH_TOKEN = "start_auto_refresh_token"; export declare const UPDATE_CONFIG = "update_config"; export declare const GET_ID_TOKEN = "get_id_token"; export declare const CHECK_SESSION_SIGNED_IN = "check_session_signed_in"; export declare const CHECK_SESSION_SIGNED_OUT = "check_session_signed_out"; export declare const GET_CONFIG_DATA = "get_config_data"; export declare const SET_SESSION_STATE_FROM_IFRAME = "set_session_state_from_iframe"; //# sourceMappingURL=messages-types.d.ts.map