You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For REST, it could have the same effect as the security attribute.
Example
class Offer
{
/** * @var string The dummy secret property, only readable/writable by specific users * * @ApiProperty(visibility="is_granted('ROLE_ADMIN')") */private$adminOnlyProperty;
}