# MxPlatformRuby::OAuthWindowResponseBody ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **member** | [**OAuthWindow**](OAuthWindow.md) | | [optional] | ## Example ```ruby require 'mx-platform-ruby' instance = MxPlatformRuby::OAuthWindowResponseBody.new( member: null ) ```