Skip to content

Commit

Permalink
dokka
Browse files Browse the repository at this point in the history
  • Loading branch information
chriku committed Aug 27, 2024
1 parent b1e1495 commit 4aaad5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jira/src/main/kotlin/gropius/sync/jira/JiraTokenManager.kt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ data class JiraCloudId(val id: String, val url: String, val name: String, val sc
* Response of the getIMSToken login endpoint
* @param token Token if available
* @param isImsUserKnown True if the user exists and just has no token
* @param cloudIds List of cloud ids
* @param type Type of the token
*/
@Serializable
data class JiraTokenResponse(
Expand Down

0 comments on commit 4aaad5a

Please sign in to comment.