CreateOAuthApplicationUserStateRequest: CreateOAuthApplicationUserStateRequest Class

CreateOAuthApplicationUserStateRequestR Documentation

CreateOAuthApplicationUserStateRequest Class

Description

CreateOAuthApplicationUserStateRequest Class

CreateOAuthApplicationUserStateRequest Class

Public fields

user_id
oauth_application_id
access_token
access_token_expires_at
refresh_token
refresh_token_expires_at

Methods

Public methods


Method new()

Usage
CreateOAuthApplicationUserStateRequest$new(
  user_id,
  oauth_application_id,
  access_token,
  access_token_expires_at,
  refresh_token,
  refresh_token_expires_at
)

Method toJSON()

Usage
CreateOAuthApplicationUserStateRequest$toJSON()

Method fromJSONObject()

Usage
CreateOAuthApplicationUserStateRequest$fromJSONObject(
  CreateOAuthApplicationUserStateRequestJsonObject
)

Method fromJSON()

Usage
CreateOAuthApplicationUserStateRequest$fromJSON(
  CreateOAuthApplicationUserStateRequestJson
)

Method toJSONString()

Usage
CreateOAuthApplicationUserStateRequest$toJSONString()

Method fromJSONString()

Usage
CreateOAuthApplicationUserStateRequest$fromJSONString(
  CreateOAuthApplicationUserStateRequestJson
)

Method clone()

The objects of this class are cloneable with this method.

Usage
CreateOAuthApplicationUserStateRequest$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


looker/lookr documentation built on Jan. 15, 2024, 2:49 a.m.