コード例 #1
0
 /**
  * @return GrantType
  */
 public function getGrantType()
 {
     return GrantType::CLIENT_CREDENTIALS();
 }
コード例 #2
0
 /**
  * @return GrantType
  */
 public function getGrantType()
 {
     return GrantType::REFRESH_TOKEN();
 }
コード例 #3
0
 /**
  * @return GrantType
  */
 public function getGrantType()
 {
     return GrantType::PASSWORD();
 }
コード例 #4
0
 /**
  * @return GrantType
  */
 public function getGrantType()
 {
     return GrantType::AUTHORIZATION_CODE();
 }