SubtokenDetails

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

Parameters

expiresAt

if a subtoken is given, ISO8601 timestamp indicating when the given subtoken expires

issuedAt

if a subtoken is given, ISO8601 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)