Interface Credential
- All Known Subinterfaces:
CertificateCredential
,PasswordCredential
An immutable client-side representation of an Azure AD credential.
-
Method Details
-
startDate
org.joda.time.DateTime startDate()- Returns:
- start date.
-
endDate
org.joda.time.DateTime endDate()- Returns:
- end date.
-
value
String value()- Returns:
- key value.
-