SubtokenDetails

constructor(expiresAt: Instant, issuedAt: Instant, urls: List<String>)

Parameters

expiresAt

if a subtoken is given, ISO-8601 timestamp indicating when the given subtoken expires

issuedAt

if a subtoken is given, ISO-8601 timestamp indicating when the given subtoken was created

urls

an array of strings describing what endpoints are available to this token (if the given subtoken is restricted to a list of URLs)