def verify_access_credentials(self):
"""
Fetches a record to check if we are able to get encrypted data.
Accessing object that is not able to be decrypted, would throw InvalidToken error.
"""
TranscriptCredentials.objects.get(
org=self.credentials_data['org'], provider=self.credentials_data['provider']
)
test_re_encrypt_transcript_credentials.py 文件源码
python
阅读 27
收藏 0
点赞 0
评论 0
评论列表
文章目录