Generate protobuf classes for Google Authenticator import

This commit is contained in:
Bubka
2022-05-25 09:10:34 +02:00
parent f2b7664a2f
commit 5940cbf93f
11 changed files with 692 additions and 0 deletions

View File

@ -0,0 +1,16 @@
<?php
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: GoogleAuth.proto
namespace App\Protobuf\GoogleAuth;
if (false) {
/**
* This class is deprecated. Use App\Protobuf\GoogleAuth\Payload\Algorithm instead.
* @deprecated
*/
class Payload_Algorithm {}
}
class_exists(Payload\Algorithm::class);
@trigger_error('App\Protobuf\GoogleAuth\Payload_Algorithm is deprecated and will be removed in the next major release. Use App\Protobuf\GoogleAuth\Payload\Algorithm instead', E_USER_DEPRECATED);