Interface SessionContextAttributes.Builder

    • Method Detail

      • creationDate

        SessionContextAttributes.Builder creationDate​(Instant creationDate)

        The date and time, in UTC and ISO 8601 format, when the credentials were issued.

        Parameters:
        creationDate - The date and time, in UTC and ISO 8601 format, when the credentials were issued.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • mfaAuthenticated

        SessionContextAttributes.Builder mfaAuthenticated​(Boolean mfaAuthenticated)

        Specifies whether the credentials were authenticated with a multi-factor authentication (MFA) device.

        Parameters:
        mfaAuthenticated - Specifies whether the credentials were authenticated with a multi-factor authentication (MFA) device.
        Returns:
        Returns a reference to this object so that method calls can be chained together.