Вход Регистрация
Файл: sngine-v2.8/Script/includes/libs/Twilio/Jwt/Grants/Grant.php
Строк: 20
<?php


namespace TwilioJwtGrants;


interface 
Grant {
    
/**
     * Returns the grant type
     *
     * @return string type of the grant
     */
    
public function getGrantKey(): string;

    
/**
     * Returns the grant data
     *
     * @return array data of the grant
     */
    
public function getPayload(): array;
}
Онлайн: 1
Реклама