Lines Matching refs:AppIdentityError
36 class AppIdentityError(Exception): class
123 raise AppIdentityError('Invalid token signature')
147 raise AppIdentityError(
150 raise AppIdentityError('Wrong recipient, {0} != {1}: {2}'.format(
183 raise AppIdentityError(
187 raise AppIdentityError(
192 raise AppIdentityError(
198 raise AppIdentityError('Token used too early, {0} < {1}: {2}'.format(
203 raise AppIdentityError('Token used too late, {0} > {1}: {2}'.format(
227 raise AppIdentityError(
239 raise AppIdentityError('Can\'t parse token: {0}'.format(payload_bytes))