Interface RegisterUsageResponse.Builder

    • Method Detail

      • publicKeyRotationTimestamp

        RegisterUsageResponse.Builder publicKeyRotationTimestamp​(Instant publicKeyRotationTimestamp)

        (Optional) Only included when public key version has expired

        Parameters:
        publicKeyRotationTimestamp - (Optional) Only included when public key version has expired
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • signature

        RegisterUsageResponse.Builder signature​(String signature)

        JWT Token

        Parameters:
        signature - JWT Token
        Returns:
        Returns a reference to this object so that method calls can be chained together.