@nevis-security/nevis-mobile-authentication-sdk-react
Version:
React Native plugin for Nevis Mobile Authentication SDK. Supports only mobile.
20 lines (18 loc) • 309 B
text/typescript
/**
* Copyright © 2023 Nevis Security AG. All rights reserved.
*/
/**
* The content type of the {@link OutOfBandPayload}.
*
* @group Common Objects
*/
export enum ContentType {
/**
* JSON content type.
*/
json = 'application/json',
/**
* JOSE content type.
*/
jose = 'application/jose',
}