Interface Credential
-
- All Known Subinterfaces:
CertificateCredential
,PasswordCredential
public interface Credential extends Indexable, HasId, HasName
An immutable client-side representation of an Azure AD credential.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OffsetDateTime
endDate()
OffsetDateTime
startDate()
String
value()
-
-
-
Method Detail
-
startDate
OffsetDateTime startDate()
- Returns:
- start date.
-
endDate
OffsetDateTime endDate()
- Returns:
- end date.
-
value
String value()
- Returns:
- key value.
-
-