dev.fitko.fitconnect.api.domain.model.event.EventClaimFields Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of client Show documentation
Show all versions of client Show documentation
Library that provides client access to the FIT-Connect api-endpoints for sending, subscribing and
routing
The newest version!
package dev.fitko.fitconnect.api.domain.model.event;
public final class EventClaimFields {
private EventClaimFields() {
}
public static final String CLAIM_EVENTS = "events";
public static final String CLAIM_SCHEMA = "$schema";
public static final String CLAIM_TXN = "txn";
public static final String CLAIM_SUB = "sub";
public static final String AUTHENTICATION_TAGS = "authenticationTags";
public static final String PROBLEMS = "problems";
public static final String HEADER_TYPE = "secevent+jwt";
}