Interface Identity

    • Method Detail

      • expirationTime

        default Optional<Instant> expirationTime()
        The time after which this identity will no longer be valid. If this is empty, an expiration time is not known (but the identity may still expire at some time in the future).
      • providerName

        default Optional<String> providerName()
        The source that resolved this identity, normally an identity provider. Note that this string value would be set by an identity provider implementation and is intended to be used for for tracking purposes. Avoid building logic on its value.