@signiant/media-shuttle-sdk
Version:
The SDK for supporting file transfer to and from Media Shuttle
11 lines • 632 B
TypeScript
export declare const OIDC_TOKEN_ENDPOINT = "/oauth2/token";
export declare const OIDC_REVOKE_TOKEN_ENDPOINT = "/oauth2/revoke";
export declare const OIDC_GRANT_TYPE = "grant_type";
export declare const OIDC_REFRESH_TOKEN_GRANT_TYPE = "refresh_token";
export declare const OIDC_CLIENT_ID = "client_id";
export declare const OIDC_REFRESH_TOKEN = "refresh_token";
export declare const OIDC_TOKEN = "token";
export declare const INVALID_GRANT = "invalid_grant";
export declare const REFRESH_TOKEN_EXPIRED = "Refresh Token has expired";
export declare const TOKEN_EXPIRY_BUFFER_IN_MS: number;
//# sourceMappingURL=Authentication.d.ts.map