You are here

public function Gauth::getClientId in Google Auth 8

1 call to Gauth::getClientId()
Gauth::save in src/Entity/Gauth.php

File

src/Entity/Gauth.php, line 154

Class

Gauth
Defines the Gauth entity.

Namespace

Drupal\gauth\Entity

Code

public function getClientId() {
  return $this
    ->get('client_id')->value;
}