Exemplo n.º 1
0
 /**
  * @return GrantType
  */
 public function getGrantType()
 {
     return GrantType::CLIENT_CREDENTIALS();
 }
Exemplo n.º 2
0
 /**
  * @return GrantType
  */
 public function getGrantType()
 {
     return GrantType::REFRESH_TOKEN();
 }
Exemplo n.º 3
0
 /**
  * @return GrantType
  */
 public function getGrantType()
 {
     return GrantType::PASSWORD();
 }
Exemplo n.º 4
0
 /**
  * @return GrantType
  */
 public function getGrantType()
 {
     return GrantType::AUTHORIZATION_CODE();
 }