We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5ee684 commit 213f53dCopy full SHA for 213f53d
1 file changed
src/main/java/com/staffbase/plugins/sdk/sso/SSOData.java
@@ -304,10 +304,22 @@ public SSOData(final JwtClaims jwtClaims) throws MalformedClaimException {
304
* Getters
305
**********************************************/
306
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
+ */
313
public String getBranchID() {
314
return this.branchID;
315
}
316
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
323
public String getBranchSlug() {
324
return this.branchSlug;
325
0 commit comments