@Serializable
Response of the getIMSToken login endpoint
Parameters
token
Token if available
isImsUserKnown
True if the user exists and just has no token
cloudIds
List of cloud ids
type
Type of the token
Constructors
Link copied to clipboard
constructor(token: String?, isImsUserKnown: Boolean, cloudIds: List<JiraCloudId>? = null, type: String? = null)