Skip to content

Commit 894e8ce

Browse files
authored
JCL-394: Issued At javadoc (#573)
1 parent ca304bd commit 894e8ce

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

access-grant/src/main/java/com/inrupt/client/accessgrant/AccessCredential.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,11 @@ public Instant getExpiration() {
118118
return expiration != null ? expiration : Instant.MAX;
119119
}
120120

121+
/**
122+
* Get the issuance date for the credential.
123+
*
124+
* @return the issuance date
125+
*/
121126
public Instant getIssuedAt() {
122127
return issuedAt;
123128
}

0 commit comments

Comments
 (0)