File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1818
1919class GoogleActivateTest extends WebapiAbstract
2020{
21- const SERVICE_VERSION = 'V1 ' ;
22- const SERVICE_NAME = 'twoFactorAuthGoogleConfigureV1 ' ;
23- const OPERATION = 'Activate ' ;
24- const RESOURCE_PATH = '/V1/tfa/provider/google/activate ' ;
21+ public const SERVICE_VERSION = 'V1 ' ;
22+ public const SERVICE_NAME = 'twoFactorAuthGoogleConfigureV1 ' ;
23+ public const OPERATION = 'Activate ' ;
24+ public const RESOURCE_PATH = '/V1/tfa/provider/google/activate ' ;
2525
2626 /**
2727 * @var UserFactory
Original file line number Diff line number Diff line change 2525 */
2626class GoogleAuthenticateTest extends WebapiAbstract
2727{
28- const SERVICE_VERSION = 'V1 ' ;
29- const SERVICE_NAME = 'twoFactorAuthGoogleAuthenticateV1 ' ;
30- const OPERATION = 'CreateAdminAccessToken ' ;
31- const RESOURCE_PATH = '/V1/tfa/provider/google/authenticate ' ;
28+ public const SERVICE_VERSION = 'V1 ' ;
29+ public const SERVICE_NAME = 'twoFactorAuthGoogleAuthenticateV1 ' ;
30+ public const OPERATION = 'CreateAdminAccessToken ' ;
31+ public const RESOURCE_PATH = '/V1/tfa/provider/google/authenticate ' ;
3232
3333 /**
3434 * @var UserFactory
You can’t perform that action at this time.
0 commit comments