Class: Zaikio::OAuthClient::TestHelper::VirtualAccessToken

Inherits:
Struct
  • Object
show all
Defined in:
lib/zaikio/oauth_client/test_helper.rb

Instance Attribute Summary collapse

Instance Attribute Details

#audienceObject

Returns the value of attribute audience

Returns:

  • (Object)

    the current value of audience



6
7
8
# File 'lib/zaikio/oauth_client/test_helper.rb', line 6

def audience
  @audience
end

#bearer_idObject

Returns the value of attribute bearer_id

Returns:

  • (Object)

    the current value of bearer_id



6
7
8
# File 'lib/zaikio/oauth_client/test_helper.rb', line 6

def bearer_id
  @bearer_id
end

#bearer_typeObject

Returns the value of attribute bearer_type

Returns:

  • (Object)

    the current value of bearer_type



6
7
8
# File 'lib/zaikio/oauth_client/test_helper.rb', line 6

def bearer_type
  @bearer_type
end

#expired?Object

Returns the value of attribute expired?

Returns:

  • (Object)

    the current value of expired?



6
7
8
# File 'lib/zaikio/oauth_client/test_helper.rb', line 6

def expired?
  @expired?
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



6
7
8
# File 'lib/zaikio/oauth_client/test_helper.rb', line 6

def id
  @id
end