getCertificate() public méthode

Returns the path to certificate.
public getCertificate ( ) : string
Résultat string Path to certificate.
Exemple #1
0
 /**
  * Base constructor.
  *
  * @param OAuth2 $oauth2
  */
 public function __construct(OAuth2 $oauth2)
 {
     $this->oauth2 = $oauth2;
     $this->certificateFile = $oauth2->getCertificate();
 }