UNPKG

@0xpolygonid/js-sdk

Version:
16 lines (14 loc) 365 B
import { AcceptAuthCircuits, AcceptJweKEKAlgorithms, AcceptJwsAlgorithms, AcceptJwzAlgorithms, MediaType, ProtocolVersion } from '../../constants'; export type AcceptProfile = { protocolVersion: ProtocolVersion; env: MediaType; circuits?: AcceptAuthCircuits[]; alg?: AcceptJwsAlgorithms[] | AcceptJwzAlgorithms[] | AcceptJweKEKAlgorithms[]; };