PFAuthenticationValidateEntityTokenRequest

PFAuthenticationValidateEntityTokenRequest 数据模型。 给定实体令牌,验证它是否未过期或尚未撤销,并将返回所有者的详细信息。

语法

typedef struct PFAuthenticationValidateEntityTokenRequest {  
    PFStringDictionaryEntry const* customTags;  
    uint32_t customTagsCount;  
    const char* entityToken;  
} PFAuthenticationValidateEntityTokenRequest;  

成员

customTags PFStringDictionaryEntry const*
可能是 nullptr

(可选)与请求关联的可选自定义标记(例如内部版本号、外部跟踪标识符等)。

customTagsCount uint32_t

customTag 计数

entityToken const char*
以 null 结尾

客户端 EntityToken。

要求

标头:PFAuthenticationTypes.h

另请参阅

PFAuthenticationTypes 成员