Skip to content

Commit 213f53d

Browse files
committed
Add documentation
1 parent e5ee684 commit 213f53d

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

src/main/java/com/staffbase/plugins/sdk/sso/SSOData.java

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,10 +304,22 @@ public SSOData(final JwtClaims jwtClaims) throws MalformedClaimException {
304304
* Getters
305305
**********************************************/
306306

307+
/**
308+
* Get the branch identifier of the installation
309+
*
310+
* @see #branchID
311+
* @return the id to know which branch an installation belongs to
312+
*/
307313
public String getBranchID() {
308314
return this.branchID;
309315
}
310316

317+
/**
318+
* Get the name of the branch an installation belongs to
319+
*
320+
* @see #branchSlug
321+
* @return the name of the branch an installation belongs to
322+
*/
311323
public String getBranchSlug() {
312324
return this.branchSlug;
313325
}

0 commit comments

Comments
 (0)