
org.opentripplanner.framework.token.Token Maven / Gradle / Ivy
The newest version!
package org.opentripplanner.framework.token;
import java.time.Duration;
import java.time.Instant;
import java.util.List;
import java.util.Objects;
import java.util.Optional;
import java.util.stream.Collectors;
/**
* Given a schema definition and a token version this class holds the values for
* all fields in a token.
*/
public class Token {
private final TokenDefinition definition;
private final List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy