Overview

Namespaces

  • LoginRadiusSDK
    • Advance
    • Clients
    • CustomerRegistration
      • Account
      • Authentication
      • Social
    • Utility

Classes

  • AuthCustomObjectAPI
  • UserAPI
  • Overview
  • Namespace
  • Class

Class AuthCustomObjectAPI

CustomObjectAPI

This is the main class to communicate with LoginRadius Auth Custom object API.

Namespace: LoginRadiusSDK\CustomerRegistration\Authentication
Located at LoginRadiusSDK/CustomerRegistration/Authentication/AuthCustomObjectAPI.php
Methods summary
public
# __construct( type $apikey = '', type $apisecret = '', type $options = array() )

Parameters

$apikey
$apisecret
$options
public type
# createCustomObject( $access_token, $objectname, $data, $fields = '*' )

Create custom object.

Create custom object.

Parameters

$access_token
$objectname
$data
$fields

Returns

type
public type
# updateCustomObjectData( $access_token, $object_name, $object_record_id, $update_type, $data, $fields = '*' )

Update custom object data.

Update custom object data.

Parameters

$access_token
$object_name
$object_record_id
$update_type
$data
$fields

Returns

type
public type
# getCustomObjectSetsByToken( $access_token, $object_name, $fields = '*' )

Get custom object Sets.

Get custom object Sets.

Parameters

$access_token
$object_name
$fields

Returns

type
public type
# getCustomObjectSetByID( $access_token, $object_name, $object_record_id, $fields = '*' )

Get custom object Set by id.

Get custom object Set by id.

Parameters

$access_token
$object_name
$object_record_id
$fields

Returns

type
public type
# deleteCustomObjectSet( $access_token, $object_name, $object_record_id, $fields = '*' )

Delete custom object using ObjectRecordId.

Delete custom object using ObjectRecordId.

Parameters

$access_token
$object_name
$object_record_id
$fields

Returns

type
API documentation generated by ApiGen