# File lib/fog/workflow/openstack/v2.rb, line 83
          def initialize(options = {})
            @auth_token = Fog::Mock.random_base64(64)
            @auth_token_expiration = (Time.now.utc + 86_400).iso8601

            initialize_identity options
          end