<?php //%255BApp%255CIncentive%255CEntity%255CMobConnectAuth%2524CLASSMETADATA%255D%255B1%255D

return [PHP_INT_MAX, static function () { return \Symfony\Component\VarExporter\Internal\Hydrator::hydrate(
    $o = [
        clone (($p = &\Symfony\Component\VarExporter\Internal\Registry::$prototypes)['Doctrine\\ORM\\Mapping\\ClassMetadata'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Mapping\\ClassMetadata')),
        clone ($p['Doctrine\\ORM\\Id\\IdentityGenerator'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Id\\IdentityGenerator')),
    ],
    null,
    [
        'stdClass' => [
            'name' => [
                'App\\Incentive\\Entity\\MobConnectAuth',
            ],
            'namespace' => [
                'App\\Incentive\\Entity',
            ],
            'rootEntityName' => [
                'App\\Incentive\\Entity\\MobConnectAuth',
            ],
            'identifier' => [
                [
                    'id',
                ],
            ],
            'generatorType' => [
                4,
            ],
            'fieldMappings' => [
                [
                    'id' => [
                        'fieldName' => 'id',
                        'type' => 'integer',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'id',
                        'id' => true,
                    ],
                    'accessToken' => [
                        'fieldName' => 'accessToken',
                        'type' => 'text',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'access_token',
                    ],
                    'accessTokenExpiresDate' => [
                        'fieldName' => 'accessTokenExpiresDate',
                        'type' => 'datetime',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'access_token_expires_date',
                    ],
                    'authorizationCode' => [
                        'fieldName' => 'authorizationCode',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'authorization_code',
                    ],
                    'refreshToken' => [
                        'fieldName' => 'refreshToken',
                        'type' => 'text',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'refresh_token',
                    ],
                    'refreshTokenExpiresDate' => [
                        'fieldName' => 'refreshTokenExpiresDate',
                        'type' => 'datetime',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'refresh_token_expires_date',
                    ],
                    'createdAt' => [
                        'fieldName' => 'createdAt',
                        'type' => 'datetime',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'options' => [
                            'default' => 'CURRENT_TIMESTAMP',
                        ],
                        'columnName' => 'created_at',
                    ],
                    'updatedAt' => [
                        'fieldName' => 'updatedAt',
                        'type' => 'datetime',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'options' => [
                            'default' => 'CURRENT_TIMESTAMP',
                        ],
                        'columnName' => 'updated_at',
                    ],
                    'validity' => [
                        'fieldName' => 'validity',
                        'type' => 'boolean',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'options' => [
                            'default' => true,
                            'comment' => 'Specifies whether authentication is valid',
                        ],
                        'columnName' => 'validity',
                    ],
                ],
            ],
            'fieldNames' => [
                [
                    'id' => 'id',
                    'access_token' => 'accessToken',
                    'access_token_expires_date' => 'accessTokenExpiresDate',
                    'authorization_code' => 'authorizationCode',
                    'refresh_token' => 'refreshToken',
                    'refresh_token_expires_date' => 'refreshTokenExpiresDate',
                    'created_at' => 'createdAt',
                    'updated_at' => 'updatedAt',
                    'validity' => 'validity',
                ],
            ],
            'columnNames' => [
                [
                    'id' => 'id',
                    'accessToken' => 'access_token',
                    'accessTokenExpiresDate' => 'access_token_expires_date',
                    'authorizationCode' => 'authorization_code',
                    'refreshToken' => 'refresh_token',
                    'refreshTokenExpiresDate' => 'refresh_token_expires_date',
                    'createdAt' => 'created_at',
                    'updatedAt' => 'updated_at',
                    'validity' => 'validity',
                ],
            ],
            'table' => [
                [
                    'name' => 'mobconnect__auth',
                ],
            ],
            'lifecycleCallbacks' => [
                [
                    'prePersist' => [
                        'prePersist',
                        'preUpdate',
                    ],
                    'preUpdate' => [
                        'preUpdate',
                    ],
                ],
            ],
            'associationMappings' => [
                [
                    'user' => [
                        'fieldName' => 'user',
                        'targetEntity' => 'App\\User\\Entity\\User',
                        'joinColumns' => [
                            [
                                'name' => 'user_id',
                                'referencedColumnName' => 'id',
                                'unique' => true,
                            ],
                        ],
                        'mappedBy' => null,
                        'inversedBy' => 'mobConnectAuth',
                        'cascade' => [],
                        'orphanRemoval' => false,
                        'fetch' => 2,
                        'type' => 1,
                        'isOwningSide' => true,
                        'sourceEntity' => 'App\\Incentive\\Entity\\MobConnectAuth',
                        'isCascadeRemove' => false,
                        'isCascadePersist' => false,
                        'isCascadeRefresh' => false,
                        'isCascadeMerge' => false,
                        'isCascadeDetach' => false,
                        'sourceToTargetKeyColumns' => [
                            'user_id' => 'id',
                        ],
                        'joinColumnFieldNames' => [
                            'user_id' => 'user_id',
                        ],
                        'targetToSourceKeyColumns' => [
                            'id' => 'user_id',
                        ],
                    ],
                ],
            ],
            'idGenerator' => [
                $o[1],
            ],
        ],
    ],
    $o[0],
    []
); }];
