OBJECT
BIM 360 auth credentials.
type AccessToken {# The access token used for BIM 360 requests.access_token: String! # The refresh token used for requesting a new BIM 360 token.refresh_token: String # The expiry date of the access token.expiry_date: DateTime! }